body {
	font-family: Arial, Helvetica, sans-serif;
}
a { color: #FFFF00;}
.menu  {
		font-size : 12px;
		font-family : Arial, Helvetica, sans-serif;
		color : #FFFFFF;
		font-weight: bold;
		background-color: transparent;
		width : 125px;
		height : 15px;
		border-bottom : 1px solid #0033CC;
		line-height : 15px;
		padding-top: 4px;
		padding-bottom: 4px;
padding-right: 4px; padding-left: 4px	; text-align: center; }
	.menu:hover  {
		color : #003366;
		background-color: #9999FF;
		text-decoration: none;
		}