body {
  margin : 0px 0px 0px 0px;
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #000000;
  padding: 20px 15% 20px 15%;
}
a {
     text-decoration: underline;
     
}
a:hover {
     text-decoration: underline;
      color: #33CC33;
}

/* ul, h1 {
	margin: 0px;
} */
h1 {
	font-size: x-large;
	display: block;
	color: #FFFFFF;
	background-color: #006600;
	padding: 3px;
}
legend {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
}
p {
}
dt {
font-size: large;
font-weight: bold;
}
.copyright {
	font-size: small;
	font-style: italic;
}

.flash {
    font-style: italic;
}
.message {
    color: green;
}
.error, .warning {
	color: red;
}

.help {
	font-style: italic;
	font-size: smaller;
}

.original {
    font-size: smaller;
}


