BODY {
margin-left: 0px;
margin-top: 0px;   
font-size: 10pt;
font-family: Tahoma;
color : #000000;
}

a:link {
	color: #0000ff;
	text-decoration : underline;
}
a:visited {
	color: #000000;
	text-decoration : underline;
}
a:hover {
	color: red;
}

.menuitems {
color: #000000;
font-size: 10pt;
font-family: Tahoma;
line-height: 15pt;
border:2.5px solid #008061;
}


.menuitems a:link {
	color: #000000;
	text-decoration : none;
}
.menuitems a:visited {
	color: #000000;
	text-decoration : none;
}
.menuitems a:hover {
	color: red;
}