BODY {
		background: #996600;
}
.style1 {
		font-family: verdana, arial;
		font-size:160%;
		font-weight: bold;
		font-style: italic;
		color: #330000;
		text-align: center;
}
.style2 {
		font-family:  verdana, arial;
		font-size: 130%;
		font-weight: bold;
		font-style: italic;
		color: #330000;
		text-align: center;
}
.style3 {
		font-family:  verdana, arial;
		font-size:100%;
		font-weight: bold;
		font-style: italic;
		color: #330000;
		text-transform: none;
		text-decoration: none;
		text-align: center;
}
P {
		font-family:  verdana, arial;
		font-size:80%;
		font-weight: medium;
		font-style: normal;
		color: #330000;
		text-align: center;
		}
td {
		font-family:  verdana, arial;
		font-size:80%;
		font-weight: normal;
		font-style: normal;
		color: #330000;
		}
th{
		font-family:  verdana, arial;
		font-size:80%;
		font-weight: bold;
		font-style: normal;
		color: #330000;
		}
a:link	{font-family: verdana,Arial;
	font-size: 100%;
	font-weight: bold;
	color: #0066ff;
	text-decoration: none;
}	
a:visited	{font-family: verdana,Arial;
	font-size:100%;
	font-weight: bold;
	color: #0099ff;
	text-decoration: none;
}
					
a:hover {font-family: verdana,Arial;
		font-size:100%;
		font-weight: bold;
		color: #0066ff;
		text-decoration: underline; }