﻿a
{
	color: Navy;
	text-decoration: none;
}

a.visited
{
	text-decoration: none;
	color: Navy;
}

a.hover 
{
	color: Navy;
	text-decoration: none;
}

body 
{
	font-family: Verdana;
	font-size: 11px;
	margin: auto;
	text-decoration: none;
	background-color: #3c744e;
}

div.scroll {
	height: 540px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 580px;
}
