
A:link {
	color: #006600;
}

A:visited {
	color: #000099;
}

A:active {
	color:#660000;
}

A:hover {
	background-color: #333300;
	color: #FFFFCC;
	text-decoration: underline;
}

BODY {
	XXX-background-image: url('background.jpg');
	font-family: helvetica;
	background-color:#FFFFDD;
	color:#000000;	
	margin-left:30px;
	margin-right:30px;
}

P, TD, TH, OL, OL LI {
  font-family: helvetica;
}


H1,H2, H3, H4, H5, H6 {
  letter-spacing: 0.1em;
  font-family: helvetica;
}
H1, H2 {
  border-bottom: 1px solid black;
}

P.nav {
  font-family:monospace;
  letter-spacing: 0em;
  padding: 2px 10px 2px 10px;
  margin-bottom: 30px;
  text-weight: bold;
  text-align: right;
  border: none;
  margin-left: 0px;
}

P.legal {
  margin-top: 30px;
  font-size: 75%;
  clear=all;
}

UL, OL {
	font-family: helvetica;
}
UL {
	list-style-type: square;
}

EM {
  font-style: italic;
}


blockquote.quip{
	color:#000033;
	font-size:small;
	font-weight:bold;
	margin-left:0;
}

