/* CSS Document */

body {
	background-color: #99CCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003300;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
}

a.menu {
	text-decoration:none;
}

a.menu:hover {
	color:#FF0000
}

A:hover { color: blue; background:white }
</style>
<style type="text/css">
A:link, A:visited { text-decoration: none }
A:hover { text-decoration: underline }
</style>

