h1{
    color: #ad5954;
    font-family: Courier New, arial narrow, sans-serif;
    font-weight: normal;
    font-size: 23pt;
    text-transform: lowercase;
    margin:0;
    padding: 10;
    line-height: 20pt;
}

h2{
    color: #474c31;
    font-family: Courier New, arial narrow, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    text-transform: uppercase;
    margin:0;
    padding: 0;
    line-height: 12pt;
    padding-left: 30px;
}

.content{
    font-family: helvetica, arial, sans-serif;
    color: #000000;
    font-size:8pt;
    line-height: 16pt;
}

.navi{
    font-family: courier, sans-serif;
    color: #42403d;
    font-size:9pt;
    text-transform: uppercase;
    word-spacing: 20px;
}

.navi a:link{
    font-family: courier, sans-serif;
    color: #a7504b;
    font-size:9pt;
    text-transform: uppercase;
}

.navi a:visited{
    font-family: courier, sans-serif;
    color: #575942;
    font-size:9pt;
    text-transform: uppercase;
}

.navi a:active{
    font-family: courier, sans-serif;
    color: #000000;
    font-size:9pt;
    text-transform: uppercase;
}

.navi a:hover{
    font-family: courier, sans-serif;
    color: #000000;
    font-size:9pt;
    text-transform: uppercase;
}

a:link{
    text-decoration: none;
    font-family:arial;
    color: #ad5954;
}

a:visited{
    text-decoration: none;
    font-family:arial;
    color: #515e16;
}

a:active{
    text-decoration: none;
    font-family:arial;
    color: #000000;
}

a:hover{
    text-decoration: none;
    font-family:arial;
    color: #000000;
}

i, em {color: #ad5954;}
b {color:#474c31;}
strong {color: #474c31; font-family: verdana; font-style:italic; font-weight: normal;}

input, textarea, option, select 
	{font-family: courier new, tahoma, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	border: 1px #ad5954 solid;
	padding: 7px;
        background-color: #c7ba9a;}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;}
li{
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: 10px;
	margin-top: 10px;
	padding-right: 10px;}

.embed {
	padding: 5px;
	margin: 5px;
	border: 1px dotted #CCC7BA;}
        
blockquote{
    font-family: times, courier new;
    color: #474c31;
    font-size: 18px;
    font-style: italic;
}

.bp:first-letter{
    color: #ac5853;
    font-size: 20px;
    font-style: italic;
}

.bottom {
    font-family: arial, sans-serif;
    font-size: 6pt;
    text-transform:uppercase;
}