/* CSS Document */

<style type="text/css">
<!--
.test {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 36px;
}

.maintitletext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 36px;
	font-weight: bold;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;

}

.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
}

.bodytexttitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: red;
	font-weight: bold;
}

.bodytexttitle2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: blue;
	font-weight: bold;
}

.links {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;	
}

A:link    { 
	color: blue;
	text-decoration: none;
	}    /* unvisited links */
	
A:visited { 
	color: blue;
	text-decoration: none;	
	 }   /* visited links   */
A:hover   { 
	color: red;
	text-decoration: underline;	
	 } /* user hovers     */
A:active  { 
	color: blue;
	text-decoration: none;	
	 }   /* active links    */

-->
</style>