a:link		{text-decoration: none; color: #0000ff}
a:visited	{text-decoration: none; color: #000099}
a:active	{text-decoration: none; color: #ff0000}
a:hover		{text-decoration: underline; color: #ff0000}
h1, h2, h3, h4 {
	color: black;
	background: transparent;
	font-family: "times new roman", swiss, serif;
	text-align: center;
	}
h1 {font-size: 200%}
h2 {font-size: 175%}
h3 {font-size: 150%}
h4 {font-size: 125%}
body, table {
	color: #000000;
	background:#ccffff;
	font-size: 10pt;
	font-family: "times new roman", swiss, serif;
	text-align: justify;
	}
.menu0 {
	text-align: left;
	margin-left: 0;
	padding: 1em 0 1em 0;
	font-weight: bold;
	}
.menu1 {
	text-align: left;
	margin-left: 0;
	padding: 0.2em 0 0.2em 0;
	}
.menu2 {
	text-align: left;
	margin-left: 10;
	padding: 0.2em 0 0.2em 0;
	font-weight: bold;
	background:#ffffcc;
	}
.spec {color:#ff0000; font-size: 275%}
.new {color:#ff0000}
.footer {color:#000000; font-size: 70%; text-align: right}
.gold {background:#ceb669}
.norm {text-align: left}
.left {text-align: left}
.cntr {text-align: center}
.rght {text-align: right}
.just {text-align: justify}
.bold {font-weight: bold}
.indent {margin-left: 50; 2em 0 2em 0}
.menu a, .menu a:visited {
	color: black;
	font: bold 11px Verdana;
	text-decoration: none;
	background-color: #ffffee;
	display: block;
	padding: 2px;
	border-left : 10px solid #ffffee;
	}
.menu a:hover {
	border-left : 10px solid red;
	background-color: yellow;
	color: red;
	}
