<STYLE Type="text/css"> 
 <!--
 .dummy  {}
 
 .bodytext  {
 	font-family : sans-serif;
	font-size: medium;
 }
 .bodybold {
 	font-family : sans-serif;
	color : Purple;
	font-weight : bold;
}	
.bodyitalic {
 	font-family : sans-serif;
	color : Purple;
	font-style: italic;
}	
.bodyitalicbold {
 	font-family : sans-serif;
	color : Purple;
	font-style: italic;
	font-weight : bold;
}	
 .hilite  {
 	background-color : Lavender;
 	font-family : sans-serif;
 	color : Purple;
 }
 .hiliteboldauto  {
 	background-color : Lavender;
 	font-family : sans-serif;
 	color : Purple;
	font-weight : bold;
 }
 .hilitewide  {
 	background-color : Lavender;
 	font-family : sans-serif;
 	color : Purple;
 }
 
 .hilitebold  {
 	background-color : Lavender;
 	color : Purple;
 	width : 50%;
 	font-family : sans-serif;
 	font-weight : bold;
 }
  .hilitebolditalic  {
 	background-color : Lavender;
 	color : Purple; 	
 	font-style : italic;
 	font-weight : bold;
 	font-family : sans-serif;
 }
 .linktext  {
 	font-family : sans-serif;
 }
 
 .exittext  {
 	color : blue;
 	text-decoration : underline;
 	font-style : italic;
 	font-weight : bold;
 	font-family : sans-serif;
 }
 .bluetext  {
 	color : blue; 	
 	font-weight : bold;
 	font-family : sans-serif;
 }
 
 .bigname  {
 	background-color : Lavender;
 	color : Purple;
 	border-width : thick;
 	border-style : double;
 	border-color : Purple;
 	font-size : xx-large;
 	font-style : italic;
 	font-weight : bold;
 	font-family : sans-serif;
 }
 .bighead  {
  	background-color : Lavender;
 	color : Purple;
 	font-size : x-large;
 	font-weight : bold;
 	font-family : sans-serif;
 }
  .midhead  {
  	background-color : Lavender;
 	color : Purple;
 	font-size : large;
 	font-weight : bold;
 	font-family : sans-serif;
 }
 .midname  {
 	background-color : Lavender;
 	color : Purple;
 	border-width : thick;
 	border-style : double;
 	border-color : Purple;
 	font-size : x-large;
 	font-style : italic;
 	font-weight : bold;
 	font-family : sans-serif;
 }
 -->
 </STYLE>