TD.highlight {	font-weight: 900;	font-size: large;	color: black;	background-color: yellow;	text-decoration: none;}TD {	border-width : 1px; 	border-style : solid; 	border-color : #aaaaaa; }TABLE {	color : black;	background : white;	border-width : 1px; 	border-style : solid; 	border-color : #aaaaaa; 	width : 100%;	height : 100%;}BODY {	font-family: Sans-Serif;	font-size: medium;	font-style: normal;	font-variant: normal;	color: white;	background-color: #190032;}A:visited {	color : blue; 	background-color: white;	text-decoration : underline; }A:link {	color : blue; 	background-color: white;	text-decoration : underline; }A:hover {	color : red; 	background-color: white;	text-decoration : underline; }A:active {	color : red; 	background-color: white;	text-decoration : none; }