/* CSS Document */

a:link {color:blue; font-weight:bold; text-decoration: none}
a:active {color:#ffa500; text-decoration: none}
a:visited {color:blue; font-weight:bold; text-decoration:none}
a:hover {color:red; text-decoration:underline; font-weight:bold}
address {font-style:italic; text-align:right; color:purple}

body {
	background-image : url(frontbg.jpg);
	background-position: center;
	margin-top : 0px;
	margin-bottom : 0px;
}

h1, h2, h3  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Maroon;
}

.assoc {
	font-family: Arial, Helvetica, sans-serif;
	color: Maroon;
	font-size: 16px;
	font-weight : bolder;
}