﻿body {
	background-color: #006600;
	margin-left: 5px;
}
a {
	color: #000080;
	font-size: small;
	text-decoration:none
}
a:visited {
	color: #800000;
	font-size: small;
	text-decoration:none

}
a:active {
	color: #800000;
		font-size: small;
	text-decoration:none

}
a:hover {
	color: #008000;
	font-size: small;
	text-decoration:none

}

.anylinkcss{
position:absolute;
visibility: hidden;
font-size: small
z-index: 100;
background-color: black;
color: white;

}

.anylinkcss a{
background-color: #800000;
color: white;

display: block;
font-size: small;
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
color: #800000;
background-color:white}
table{
	
width: 750px;
background-color: #FFFFCC;}