@charset "utf-8";
/* CSS Document */
body{background-color:#000;}
h2{font-size:22px; color:#FFD350; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
h3{font-size:22px; color:#FFF;  font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
h4{font-size:16px; color:#FFF;  font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
h5{font-size:20px; color:#FFD350; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
h6{font-size:12px; color:#FFD350;  font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#FFD350;
	text-decoration:none;
}
a:visited {color:#ffcc66;}
a:hover {color:#FFDD00}
