a:link {
		color: #000066; 
		font-family: Comic-Sans, Arial, Helvetica, sans-serif; 
		font-weight:bold;
	}

a:hover {
		border-style:solid;
		border-bottom-width: 1px;
		border-top-width: 1px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-color: #000066;
		background-color: #F0FAF9;
		color: #000066; 
		font-family: Comic-Sans, Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
	}

a:visited{
		color: #000000; 
		font-family: Comic-Sans, Arial, Helvetica, sans-serif; 
		font-weight:bold; 
		} 

a:active { 
		
		color: #000066
		font-weight: bold; font-style: italic; 
		font-family: Comic-Sans, Arial, Helvetica, sans-serif; 
		font-weight:bold;
		}

h1{
		font-family: Verdana, Comic-Sans, Arial, Helvetica, sans-serif;
		font-size: 18pt;
		font-style: normal;
		font-weight: bold;
				color: #000066
		}
h2{
		font-family: Verdana, Comic-Sans, Arial, Helvetica, sans-serif;
		font-size: 16pt;
		font-style: normal;
		font-weight: bold;
		letter-spacing: 4pt;
		color: #000066
		}
h3{
		font-family: Verdana, Comic-Sans, Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-style: normal;
		font-weight: bold;
		letter-spacing: 2pt;
		color: #663333
		}

h4,h5{
		font-family: Verdana, Comic-Sans, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-style: normal;
		font-weight: bold;
		color: #663333
		}


p, td, li {
		font-family: Comic-Sans, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-style: normal;
		font-weight: normal;
		color: #000000
		}


