﻿html 
{
    height: 100%;    
}

body 
{
	background-color: #666666;
}

a, a:visited 
{
	color: #ffffff;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

.copyright 
{
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}
