body {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #000000
}

h1 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: large; 
color: #660099; 
font-weight: bold
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #63009C;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #63009C;
	text-indent: 0pt;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #63009C;
}

A:link {
	COLOR: #003399;
	TEXT-DECORATION: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	font-size: 12px;
	font-weight: normal;
}
	
A:visited {
	COLOR: #003399;
	TEXT-DECORATION: none;
	border-bottom-style: none;
	font-size: 11px;
}
	
A:hover {
	COLOR: #003399;
	border-bottom-style: none;
	font-size: 11px;
}

A:active {
	COLOR: #F003399;
	font-size: 11px;
}
