
div.menu a{text-decoration:underline;color: #FFF;}
div.menu a:hover{text-decoration:none;color: #FFF;}
div.menu a:visited{text-decoration:none;color: #FFF;}

/* end hide */
body {
background-color: #5D5C57;
font-family: "Trebuchet MS", Verdana, Tahoma, "Times New Roman";
}
.style1 {
font-family: "Trebuchet MS", Verdana, Tahoma, "Times New Roman";
font-size: 14px;
}
        a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

