BODY {
  background: #cccccc;
 
}

.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border: 1px solid #660000;
	background-color: #FFFFFF;
}

.menu {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #003366;
}

.bordercolor {
	
	background-color: #660000;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
color: #ffffff;
}

.menucolor {background-color: #cccccc;}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3300ff;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03300ff;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3300ff;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
