
body {
	background-image: url(graphics/bg.gif);
	background-position: center;
	background-color: #C3C3C3;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: .8em;
	margin: 0;
}

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

a:hover {
	color: #000066;
}

img {
	border: 0;
	margin: 0;
}

p {
	margin: 4px;
}

h1 {
    font-size: 1.4em;
	margin: 3;
}

.error {
  font-size: 8pt;
  color: white;
  font-weight: bold;
  display:none;
}
