body {
	color:#666699;
	font-weight: 900;
	font-family:Arial,sans-serif;
	font-size: 12pt;
    }	
	
h2 {
	font-size: 12pt;
	color: DarkBlue;
	display: inline;
	font-family:Arial; 
	weight:Heavy; 
    }

a:link { 
	color:red;
	text-decoration:none;
 	size=2;
}

a:visited {
	color:red; 
	text-decoration:none;
}

a:hover { 
	color: DarkBlue; 
	text-decoration:underline; 
}

a:active {
	color:forestgreen;
}
