a:link {
  color: #999999; 
  text-decoration: none;}
a:visited {
  color: #999999; 
  text-decoration: none;}
a:hover {
  color: #999999; 
  text-decoration: underline;}
a:active {
  color: #FFCC66; 
  text-decoration: underline;}

.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 20px;
	float: left;
	height: 40px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #999999;
	padding: 23px;
	width: auto;
	text-align: center;
	height: 40px;
}
body {
	background-color: #000000;
	margin: 0 0 0 0;
}
.article {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
	border: thin solid #996633;
	width: 600px;
	padding: 5px;
	align: center;
	margin-right: auto;
	margin-left: auto;
}
