p  {
	color : #000000;
	font-family : geneva, ms sans serif, arial, verdana, helvetica, sans-serif;
}

p.main  {
	line-height : 2em;
}

p.quotes { 
	font-style : italic;
	width : 22%;
}

p.caption { 
	text-align : center;
	margin-left : 2em;
	margin-right : 2em;
}

p.photocap { 
	font-style : italic;
	text-align : center;
}

p.items { 
	margin-bottom : -7px;
}

dl {
	padding-left: 50px;
	font-family : geneva, ms sans serif, arial, verdana, helvetica, sans-serif;
}

dt {
	line-height : +50px;
}

h4  {
	font-family : sans-serif;
	margin-left : 2em;
	margin-right : 2em;
}

h1  {
	font-family : sans-serif;
}

h2  {
	font-family : sans-serif;
}

h3  {
	font-family : sans-serif;
	padding-left: 50px;
}

table.sidebar {
	padding : 1em;
        margin-left : 1em;
	margin-top: -1em;
}

td.sidebar {
	background-color:#ffffe0;
}

td.photo {
	background-color:#faebd7;
	text-align : center;
}

a    {
	color : #0000ff;
	text-decoration : none;
}

a.links    {
	color : #000099;
	text-decoration : none;
}

a:visited    {
	color : #660099;
}

a:visited.links    {
	color : #660066;
}

a:active    {
	color : #FF0000;
	text-decoration : underline;
}

a:hover  {
	text-decoration : underline;
}

a:hover.links  {
	text-decoration : underline;
	background-color : white;
}

body  {
	color : #000000;
	background-color : #ffffff;
	margin-top : 5px;
	margin-bottom : 5px;
}


