/* CSS Document */

BODY,TD {font-family: Arial, Verdana, sans-serif; font-color: #DCD3BB;}
H1 {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: x-large;
}
H2 {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: large;
}
H3 {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: medium;
}

BODY {font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: medium;
	background-color: #333333;
} 
}

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

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