﻿a:link
{
	color: #f8be94; 
}
a:visited
{
	color: #ebec89; 
} 
a:active 
{
	color: f8be94;
}
body
{
	margin:5 10 10 10;
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
	color: white;
	background-color: #7e4a2e;
}

h1
{
	color: #ffc;
	font-size: 1.1em;
}
h2
{
	color: #f1f1f1;
	font-size: 1.0em;
}
h3
{
	color: #ffc;
	font-size: .9em; 
}
h4
{
	color: #ffc;
	font-size: .9em;
}
h5
{
	color: #ffc;
	font-size: .8em;
}
h6
{
	color: rgb(51,102,204);
}
.navigation 
{
	background-color:#623117
}

.nav
{
	font-size: small;
	text-decoration: none;
}
.nav:link
{	
	color: #ffc;
}
.nav:hover
{
	font-weight: bold;
	font-variant: small-caps;
}
.nav:visited
{
	color: #edec89;
}
.trlnk
{
	font-size: x-small;
}
.header
{
	background-repeat: repeat-x;
}
.content
{
	padding-right: 20;
/*	background-color:#845a52; */
}

.footer
{
	background: #623117;
	font-size: xx-small;
}