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

body {
  font-family: sans-serif;
  color: black;
  background: white;
}

a:link, a:active {
  color: #00e;
  background: transparent;
}

a:visited {
  color: #529;
  background: transparent;
}

h1 {
  border-bottom:thick black solid;
}

html {
 padding:0;
}

body {
   margin:0;
   padding:1em;
   background: #fff;
   color: #000;
}

html, body, div, p, input {
	font-family: "Gill sans", "Trebuchet ms", sans-serif;
}

a:link img, a:visited img {
   border-style: none
}


p.error {
 color: #FF0000;
 background: #FFFFFF;
 font-weight:bold;
}