body, td, th {
	color: #000000;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

.menu:link, .menu:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menu:active {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}

.light:link, .light:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.light:active, .light:hover {
	color: #CCFFCC;
	text-decoration: underline;
}

:link, :visited {
	color: #8C1717;
	text-decoration: underline;
}
:active, :hover {
	color: #8E2323;
	text-decoration: none;
}

textarea, input, select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.button {
	font-weight: bold;
	width: 80px;
}
.button2 {
	font-weight: bold;
}

h2 {
	color: #8c1717;
}