@charset "UTF-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#000000;  border:0px;
}

a:hover {
	color:white; background-color:#000000; text-decoration:none; border:0px;
	
}

h1 {font-size: 42px; font-family:Arial, Helvetica, sans-serif;}
h2 {font-size: 22px; font-family:Arial, Helvetica, sans-serif; }
h3 {font-size: 30px; font-family: Gill Sans;}
h5 { font-size: 20px;  }

body {
font-family: gill sans, gill sans MT, arial ;
margin-bottom: 4em; font-size: 1em;}

