a:link {
	color: #ffcc00;
}
a:visited {
	color: #66ff66;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #66ff66;
	text-decoration: underline;
}

a.navmenu:link {
	color: #ffcc00;
	text-decoration: none;
}
a.navmenu:visited {
	color: #66ff66;
	text-decoration: none;
}
a.navmenu:hover {
	text-decoration: underline;
}
a.navmenu:active {
	color: #66ff66;
	text-decoration: underline;
}

a.img:link {
	color: Black;
	text-decoration: none;
}
a.img:visited {
	color: #66ff66;
	text-decoration: none;
}
a.img:hover {
	color: #ffcc00;
	text-decoration: none;
}
a.img:active {
	color: #66ff66;
	text-decoration: none;
}

body {
	background-image: url('/image/Blue_pile.gif');
	font-family: Helvetica;
	color: #FFFFCC;
}

h1 {
	color:rgb(255,204,0);
}

h2 {
	color:rgb(255,204,0);
}

hr {
	width: 80%;
	text-align: center;
	height: 3.0pt;
	background-color:rgb(255,204,0);
}

li.padded {
	padding-bottom: 0.5em;
}

span.label {
	font-weight:bold;
}

td.label {
	vertical-align: top;
	font-weight:bold;
}

td.navmenu {
	text-align: center;
	background-color: #000077;
}

td.navmenu-disabled {
	text-align: center;
	background-color: Silver;
}

