body {  
		height: 100%;
		margin: 0px;
}
a {
		text-decoration: none;
		color: #0000FF;
		font: normal 12px Verdana;

}
a.menu {
		border: none;
		margin-left: 7px;
		color: #000000;
}
a.menu:hover {
		border: none;
		margin-left: 7px;
		color: #000000;
}
a.menu:visited {
		color: #000000;
}
a:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
a:visited {
		color: #0000FF;
}
p, li {
		font: normal 12px Verdana;
		line-height: 150%;
}
.menuoff {
background: url('../images/menu2.gif') no-repeat fixed top right;
}
.menuover {
background: url('../images/menu3.gif') no-repeat fixed top right;
}