a:link {   font-weight: bold;    text-decoration: none;    color: Blue;   background-color: transparent; }a:visited{	font-weight: bold;	text-decoration: none;	color: Purple;	background-color: transparent;}a:hover {   color : Blue;   background-color: yellow;     text-decoration: underline; }a:active {   font-weight: bold;    text-decoration: none;    color: Green;   background-color: transparent; }h1{	font-family: Serif, Arial;	margin-top: 0;	margin-bottom: 0;	padding-bottom: 0;	color: #0000FF;	text-align: center;	/* Be kind to Netscape 4 */	font-size: 36px;	font-weight: bold;/*	font-style: italic;*/}h2{	font-family: Serif, Arial;	margin-bottom: 0;	padding-bottom: 0;	color: blue;	/* Be kind to Netscape 4 */	text-align: center;	font-size: 26px;	font-style: italic;}h3{	font-family: Serif, Arial;	margin-bottom: 0;	padding-bottom: 0;	color: blue;	/* Be kind to Netscape 4 */	text-align: center;	font-size: 26px;/*	font-style: italic;*/}h4{	font-family: Serif, Arial;	margin-bottom: 0;	padding-bottom: 0;	color: blue;	/* Be kind to Netscape 4 */	text-align: left;	font-size: 20px;/*	font-style: italic;*/}.blue {	font-family: Helvetica, Serif, Arial;	font-size: 16px;	font-style: normal;	font-weight: bold;	font-variant: normal;	color: #0000FF;	text-decoration: none;	}li {		font-family: Arial, Helvetica, sans-serif;		font-size: 1em;	background-color: #FF0;	border: 1px solid #00F;	color: #00F;	font-weight: bold;	padding: 2px 2px 2px 5px;	width: 80%;}P {text-indent: 32px;}P.copyright{/*font-style: italic;*/margin-left: 10px;margin-right: 10px;font-size: 11pt;text-align: left;}/*div {   margin: 0px 0px 0px 20%;    padding: 10px; border: 0px dotted #036;    min-width: 128px;}*/hr{	border: 3px double #00F;	width: 90%;		}