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

body {
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	}
.Headers{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}
a:link{
	text-decoration:none;
	}
a:hover{
	font-weight:bold;
	}
.listhead {
	font-weight:bold;
	color:#0000FF;
	}
.code{
	color:#FF0000;
	}