body
{
background-color: #000000;
}

.center {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}

a
{
color: #cccccc;
font-size: 10px;
font-style: bold;
font-family: Arial, Verdana, Sans-serif;
}

a:link
{
text-decoration: none;
}
	
a:visited
{
text-decoration: none;
}
	
a:hover
{
text-decoration: underline;
}
	
a:active
{
text-decoration: underline;
}