A.menu:link {  color: #000066;
	  background: transparent;
	  text-decoration: none;
}
A.menu:visited {  background: transparent;
	     color: #000066;
	     text-decoration: none;
}
A.menu:active {  background: #000033;
	         color: #CEE7FF;
}
A.menu:hover {  background: transparent;
		color: #000066;
		text-decoration: underline overline;
}
P.menu { font-variant: small-caps;
	 font-size: 14pt;
	 font-weight: 500;
}
UL.main { background-repeat: no-repeat;
	  background-position: center;
	  background-image: url(../images/mainbg.jpg);
}
A:link {  color: #000066;
	  background: transparent;
	  text-decoration: none;
}
A:visited {  background: transparent;
	     color: #000066;
	     text-decoration: none;
}
A:active {  background: transparent;
	    color: #000066;
}
A:hover {  background: #CEE7FF;
	   color: #000066;
	   text-decoration: none;
}
HR { color: silver; }