body
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: .8em;
	font-family: Tahoma, sans-serif;
}

a:link
{
	text-decoration: none;
	color: #C0FFFF;
	cursor: pointer;
}

a:visited
{
        text-decoration: none;
        color: #C0FFFF;
        cursor: pointer;
}

a:hover
{
        text-decoration: underline;
        color: #C0FFFF;
        cursor: pointer;
}

.container
{
	width: 500px;

}


