

ul {
  font-family: "Comic Sans MS", verdana, Trebuchet MS, arial, helvetica, sans-serif;
  font-size: 80%;
	font-weight: bold;
}
P {
  font-family: "Comic Sans MS", verdana, "Trebuchet MS", arial, helvetica, sans-serif;
  font-size: 90%;
  line-height: 1.5em;
}

 
form { margin-top: 0; margin-bottom: 0; }
a:hover {
	 	color: Red;

}
a {
	 	color: Black;
	text-decoration: none;}
	
a.nav {
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
	padding-left : 2px;
color: #B22222;
}

.copyright {
	font-family: verdana, arial;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}