<STYLE ="text/css">
	<!--

{  }
{  }
	a.link:link, a.link:visited {
	/* This is for the link look */
	font-size: 16;
	font-family: arial;
	color: Yellow;
	text-decoration: none;
	background : #2F493C;
}
	a.link:hover, a.link:active{
	/* This is for the link look while mouse is over it */
	font-size: 16;
	font-family: arial;
	color: #2F493C;
	text-decoration: none;
	font-weight: bold;
	background : Yellow;
}
	.heading {
	font-family: arial; 
	font-size: 14; 
	color: #000000;
}
	.titles {
	font-family: arial,data; 
	font-size: 18;
	text-decoration: underline; 
	color: #000000;
}
	.content {
	font-family: arial; 
	font-size: 12; 
	color: #000000;
}
	.quote {
	font-family: arial; 
	font-size: 14; 
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

</STYLE>