body
{
	background: url(images/Tartan.jpg);
	font-family:verdana; 
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.button
{ 
	background-color: #009900;
	border: thin solid #000000; 
	height: 15px;
}

.button-Over
{ 
	background-color: #009900;
	border: thin solid #FFFFFF;
}

a.nav
{
    color: white;
    text-decoration: none;
	font-size: 12px;
	font-style: bold;
}

a.nav:hover
{
	color: #3333CC;
    text-decoration: none;
	font-size: 12px;
	font-style: bold;
}

a.nav:visited
{
    color: #FFCC33;
    text-decoration: none;
	font-size: 12px;
	font-style: bold;
}

.req
{ color:red;}