@charset "UTF-8";
/* CSS Document */

body {
/*
	color: #FFF;
	background-color: #000;
*/

	color: #000000;
	background-color: #ffffff;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#headerbuttons a, #headerbuttons td {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#headerbuttons a:hover, #headerbuttons td:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #FC9002;
	text-decoration: none;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FC9002;
	text-decoration: none;
}
a {
	color: #FC9002;
	text-decoration: underline;
}
