/* CSS Document */

BODY,TD {font-family: "Times New Roman", Times, serif;
font-color: #000000;}
H1 {
	font-family: "Times New Roman", Times, serif;
	color: #33FF00;
	font-size: x-large;
}
H2 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: large;
}
H3 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: medium;
}
H5 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: medium;
}
H6 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: medium;
}

BODY {font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #000000; 
}

A:link {
	color: #ff0099;
font-weight: bold;
text-decoration: none;
} 
a:visited {
	color: #ff0099;
	font-weight: bold;
	text-decoration: none;
}
a:focus, a:hover {
	color: #33FF00;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
} 

.style2 a:link {color: #ff0099; font-weight: bold;}
.style2 a:visited {color: #ff0099; font-weight: bold;}
.style2 a:focus, .style2 a:hover, .style2 a:active {color: #ffffff; font-weight: bold; 	font-style:italic;}