@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFF;
	background-color: #000;
	margin-top:0;
}
a {
	color: #FFF;
	text-decoration:underline;
}




a:hover {
  text-decoration:underline;
  color:#CCC;
  }
  
  #footer {
	font-size: .8em;
}

.red_headers {

font-size: 1.4em;
	color: #cc3333;
}

.white_headers {

font-size: 1.4em;

}