BODY {
	font-family: Baskerville, Hoefler Text, Times, serif;
}

SPAN.header, h1 {
 font-size: 150%;
 font-family: Futura, Gill Sans, Hoefler Text, Times, serif;
 font-weight:normal;
}

h2 {
 font-size: 125%;
 font-family: Futura, Gill Sans, Hoefler Text, Times, serif;
 font-weight:normal;
}

h3 {
 font-size: 100%;
 font-family: Futura, Gill Sans, Hoefler Text, Times, serif;
 font-weight: normal;
}

h4 {
 font-size: 100%;
 font-family: Futura, Gill Sans, Hoefler Text, Times, serif;
 font-weight: normal;
 font-style: italic;
}

STRONG {
  font-weight: bolder;
}


SPAN.title {
 font-weight: bold;
}

DT {
 padding-top: .5em;
}

DD {
 padding-bottom: .5em;
}

DIV.entry {
  padding-top:.5em;
}

DIV.rights {
 padding-left: 2em;
 padding-right: 2em;
}

DIV.header {
 font-family: Futura, Gill Sans, Times;
 padding-bottom: .5em;
 padding-top: 1em;
 font-size: larger;
}


DIV.img-float
{
	float: right;
	text-align: right;
	font-weight: bold;
}

SPAN.green { color: green; }
SPAN.red { color: red; }

DIV.sidenote
{
	float: right;
	background-color: #CCCCCC;
	width: 350px;
	border: 2px solid black;
	padding: 15px;
	margin: 5px;
	text-align: justify;
	font-size: 90%;
}

A {text-decoration:none;} A:hover {text-decoration:underline;}

