﻿body { font-family: Verdana;
	background-color: #99ccff;
	background-image: url(Images/background_mild.gif);
}

.menu
{
	font-family: Verdana;
	color: #3366ff;
	font-size: small;
	}

.copyright 
{
	font-family: Verdana, Sans-Serif;
	font-size:small;
	text-align:center;
	color: #3366ff;
	}
	
.logo 
{	}

.title 
{
	font-family: Times, Serif;
	font-size: x-large;
	font-weight: bold;
	color: Navy;
	text-align: center;
	margin: 5,0,0,10;
	}
	
a:link 
{
    font-family: Verdana;
    text-decoration: none;
	color: #3366ff;
	}
a:visited 
{
	color: #3366ff;
    text-decoration: none;
	}
a:hover 
{
	color: #3366ff;
	background-color: #ccffff;
	text-decoration: underline;
	}
a:active 
{
	color: #0000ff;
    text-decoration: underline;
	}
	
dd 
{
	color: #3366ff;
	font-family: Verdana;
	font-size: small;
	}
	
dt 
{
	color: #3366ff;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-size: small;
	}

