.menu
{
	border-right: DeepSkyBlue 1px solid;
	border-top: DeepSkyBlue 1px solid;
	border-left: DeepSkyBlue 1px solid;
	border-bottom: DeepSkyBlue 1px solid;
	background-color: lightblue;
	color: Black;
}

A.menulink
{
	font-family : Times New Roman;
	font-size : 12px;
	text-decoration : none;
	color : Black;
}

A.menulink:hover
{
	text-decoration : underline;
	background-color : DeepSkyBlue ;
	color : white ;
}
