body {
margin: 0;
background-color: black;
color: #CCCCCC;
font-family: "Times New Roman", Times, serif;
font-size: 90%;
}
#container {
width: 500px;
margin: auto;
text-align: center;
}
#head{
font-size: 90%;
}
#contenta {
}
#foot {
clear:both;
margin-top: 10px;
font-size: 75%;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

