body {
	
	Font-Family: Verdana;
	font-weight: bold;
	color: black;
	font-size: 16px;
	background-color:orange;
}

a	{
	Font-Family: Verdana;
	font-weight: bold;
	color: white;
	font-size: 11px;
	text-decoration: none;
}

div.info {
	Font-Family: Verdana;
	font-weight: normal;
	color: orange;
	font-size: 9px;
	text-decoration: none;
	align: bottom;
	padding: 2px;
}

div.right {
	Font-Family: Verdana;
	font-weight: normal;
	color: black;
	font-size: 11px;
	text-decoration: none;
	align: center;
	padding: 2px;
}



a:hover	{
	text-decoration: underline;
	color: white;
	}    

table {
	border: 1px;
	border-color:black; 
	}
