h3 {
	font-size : 18px;
	font-weight : bold;
}
BODY {
	color : #8080C0;
	font-family :  Arial, Helvetica, sans-serif;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-color : #ffffff;
	}
table {
	background-color : #8080C0;
}

td {
	
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Yellow;
}
.mnub  {
	font-size : 10px;
	font-family : Arial;
	color : #DEDFCD;
	margin-left : 1px;
	margin-right : 1px;
	margin-top : 1px;
	margin-bottom : 1px;
	height : 17px;
	font-weight : bold;
	background-color : #8080C0;
	border-color : Background Black Black Background;
	border-width : 1px 1px 1px 1px;
}

a {
	color : Yellow;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}

a:link {
	color : Yellow;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}

a:visited {
	color : Yellow;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}

a:active {
	color : Yellow;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}

a:hover {
	color : Red;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}

a:focus {
	color : Yellow;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;	
}






