body 
{ 
	text-align: center;
    background-color: black;
}
#bodyCenter 
{
	width: 800px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.text 
{
	font-family:Tahoma,sans-serif; 
	font-size: 11px; color:#8E8E8E; 
	padding-left:10; padding-right:10;
}
#main a:link
{
	text-decoration: none; color:white
}
#main a:visited
{
	text-decoration: none; color: white
}
#main a:hover
{
	text-decoration: none; color: red
}
#main a:active
{
	text-decoration: none; color: white}

#sub a:link
{
	text-decoration: underline; color:black
}
#sub a:visited
{
	text-decoration: underline; color: black
}
#sub a:hover
{
	text-decoration: none; color: red
}
#sub a:active
{
	text-decoration: underline; color: black
}