﻿body {
	font-family:Tahoma,Verdana, Arial;
	background-color: white;
	color: black;
	font-size: 11px;
}

a {
	color: green; 
	text-decoration: none;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
} 

a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #004001;
	text-decoration: none;
}

.top:link {
	color: black;
    text-decoration: none;
}

.top:hover {
	color: black;
	text-decoration: none;
}

.top:visited {
	color: black;
	text-decoration: none;
}

.copyright:link {
	color: lightgrey;
    text-decoration: none;
}

.copyright:hover {
	color: #808080;
	text-decoration: none;
}

.copyright:visited {
	color: lightgrey;
	text-decoration: none;
}

.copyright:A:bb:hover {
	color: #808080;
	text-decoration: none;
}
