h1 { text-align:center; font-size:xx-large; }
body { background-color:#CAD19C; }

:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

p.copyright { font-size: xx-small }
p.copyright small { font-size: xx-small }

div.imageright, div.imageleft, div.image {
			   text-align: center;
			   border-style: solid;
			   border-width: 1px;
			   border-color: #888888;
			   padding:3px;
}
div.imageleft {
			   float: left;
			   margin: 5px 5px 5px 0px;
}
div.imageright {
			   float: right;
			   margin: 0px 5px 5px 5px;
}

span.legend { font-size: small; font-style: italic; }

p.warning { font-size: x-small; font-weight: bold; }

quote { font-style: italic; }

div.important {
			   text-align: center;
			   border-style: solid;
			   border-width: 1px;
			   border-color: #004400;
			   padding:5px;
}
