
body {
	background-color: white ;
	text="black"
}

a {color: blue; }
a:link {text-decoration: underline; font-weight:bold; color: blue; }
a:visited {text-decoration: underline; font-weight:bold; color: #660099; }
a:active {text-decoration: underline; font-weight:bold; color: #660099;}
a:hover {text-decoration: underline; font-weight:bold; color: red ;}


H2 {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	
}


