a:link { color: #000066; text-decoration: none }

a:active { color: #ff0000; text-decoration: none }

a:visited { color: #000066; text-decoration: none }

a:hover { color: #ff0000; text-decoration: none }
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8888ff;
	margin: 20px;
	font-size: 14px;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.mnu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	line-height: 18px;
}
