<!--
/* CSS created in part with the aid of a Script Writer from http://CodeAve.com */
body {
	background-color: none;
	border: none;
	font-family: Verdana;
/*	color: #FFFFFF;
	font-size: 12px;	*/
	}	
h1 {
	font-family: "Book Antiqua";
	font-size: 18px;
	font-style: italic;
	color: #00CCFF;
	}	
a:link , a:visited { 
	font-weight : none; 
	text-decoration : none;/*underline #6699cc */
	color : blue /*#c30; */
	text-transform: none;
	} 
a:hover { 
	font-weight : none; 
	text-decoration : underline; 
	color : #FFFFFF; 
	text-decoration: none;
	background: #9966cc; 
	} 
a:active { 
	font-weight : none; 
	text-decoration : none; 
	color : #526968; 
	}
.MyOwnCSS {
	font-family: "Times New Roman";
	font-size: 36px;
	color: #66FF99;
	text-decoration: blink;
	background-color: #990066;
	}
.spanstyle {
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	VISIBILITY: visible; 
	COLOR: crimson; 
	FONT-FAMILY: Verdana; 
	POSITION: absolute; 
	TOP: -50px
	}
-->