BODY {
  font-family: Verdana, Arial, sans-serif;
  font-size: 90%;
}

.footer {
  font-size: 85%;
  font-style: italic;
  text-align: center;
}

DIV.emphasize {
  font-size: large;
  font-style: italic;
  font-weight: bold;
}

DIV.red {
  color: #FF0033;
}

H1.header {
  text-align: center;
}

H2.header {
  text-align: center;
}

H3. header {
  text-align: center;
}

P.small {
  font-size: small;
}

UL {
  line-height: 110%;
}

DT {
   font-weight: bold;  
   font-size: larger;
}

A:link {
  font-weight: normal;
  color: #03F;
  background: none;
}

A:visited {
  color: #69F;
  background: none;
}

A:active {
  text-decoration: none;
  color: #F00;
  background: none;
}

A:hover {
  color: #03F;
  background: #FF0;
}

.homebar {
	width: 100%;
	font-family: optima, verdana, arial, helvetica, sans-serif;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	text-size: 110%;
	font-weight: bold;
	height: 20px;
	background: #000;
	color: #FFF;
	text-align: center;
}

.homebar a {
	color: #FFF;
	text-decoration: none;
	}
.homebar a:link {color:#FFF;}
.homebar a:visited {color:#FFF;}
.homebar a:hover {background-color:#FF0; color: #000;}
  
.right {
	float: right;
}

.content {
	margin-left: 20px;
	margin-right: 20px;
}