body{
	font-family : Arial, Helvetica, sans-serif;
	font : Arial Narrow;
	margin: 0px;
	background-color: #000000;
}
h1{
	text-align: left;
	margin-bottom: 0px;
}

h2{
	margin-bottom: 0px;
}

h3{
	margin-bottom: 0px;
	margin-top: 20px;
}

.footer{
	font-size: 16px;
}

.imagecaption{
	font-size: 12px;
}

img{
	border-color: #000000;
}

a:link.woodlink {
	color: #890311;
	text-decoration: none;
}
a:visited.woodlink {
	color: #890311;
	text-decoration: none;
}
a:hover.woodlink {
	color: #444444;
	text-decoration: underline;
}
a:active.woodlink {
	color: #890311;
	text-decoration: none;
}

a:link {
	color: #890311;
	text-decoration: none;
}
a:visited {
	color: #890311;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #890311;
	text-decoration: none;
}

blockquote{ 
	font-style : italic;
 }
  