/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body{
	font-family: Arial, Verdana, sans-serif; 
	font-size:76%;
	font-weight:normal;}

h1 {font-size: 230%; margin:0; padding:0 0 7px 0; }	
h2 {font-size: 130%; margin:0px; padding:0 0 3px 0;}	
h3 {font-size: 120%; margin-bottom:0px; padding-bottom:0px;}	
h4 {font-size: 100%;}	
h5 {font-size: 90%;}	
h6 {font-size: 50%;}


/* MAIN LINK SETTINGS
------------------------------------------------------------------ */
a:link,
a:visited {
	color:#38548C; 
	text-decoration: underline;} 
a:hover, 
a:active {
	color:#8F0804; 
	text-decoration:underline;}