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

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

a:hover {
	color:white; text-decoration: none; background-color: black;
	
}

h1 {font-size: 42px; font-family:Arial, Helvetica, sans-serif;}
h2 {font-size: 22px; font-family:Arial, Helvetica, sans-serif; }

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

.imgBorderOn {
border: 0px;;
}
.imgBorder {
border: 0px;
}

a img {
   border: none;
}

a:hover img { border: none ; }

a.nohover:hover {
background: none;
border: none;
}