/* overriding HTML */body {	color: black;	font-family: Georgia, Times New Roman, Times, serif;	font-size: 10px;	line-height: 12px;	background-color: #FFFFFF;}a {	color: #33ccff;	text-decoration: none;}a:hover {	color: #000000;	text-decoration: none;	background-color: #33ccff;}a:visited {	text-decoration: line-through;}.standard {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 10px;	line-height: 12px;	font-weight:;}.h2 {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 10px;	line-height: 12px;	color: #FF0000;	font-weight: ;}.h1 {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 10px;	line-height: 12px;	font-weight: bold;}