﻿.menu body,td,th {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #FFFF99;
				font-weight: normal;
				font-style: normal;
				font-variant: normal;
				text-transform: none;
}
.menu a:link {
				color: #CE0000;
				font-weight: bold;
				text-decoration: none;
				font-size: 14px;
}
.menu a:visited {
				color: #CE0000;
				font-weight: bold;
				text-decoration: underline;
				font-size: 14px;
}
.menu a:hover {
				text-decoration: underline;
				color: #E20903;
				font-size: 14px;
				font-weight: bold;
}
.menu a:active {
				text-decoration: none;
				color: #CE0000;
				font-size: 14px;
				font-weight: bold;
}

