﻿body
{
	background: #006699;
	height: 100%;
	font-family: Tahoma;
	font-size: small;
}

a:link
{
	color: #ffffcc;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #ffffcc;
}
a:hover 
{
	text-decoration: underline;
	color: #ffffcc;
}
a:active 
{
	text-decoration: none;
	color: #ffffcc;
}
