﻿body
{
	line-height: 1.4;
	color: black;
	background-image:url('images/marble.jpg');
	margin: 230;
	padding: 0;
	list-style-position: outside;
	list-style-type: circle;
	position: static;
	text-align: left;
	font-size:9pt;
}
h3
{
	color: #000000;
	font-family: Tahoma, Arial;
	font-size:12pt;
}
h4
{
	color: #000000;
	font-family: Tahoma, Arial;
	font-size:12pt;
}

p
{
	color: black;
	font-family: Tahoma, Arial;
	font-size:9pt;
	line-height: 1.4;
	list-style-position: outside;
	list-style-type: circle;
}
a:link, a:visited { 
    font-size: 10pt;
	font-weight: bold; 
	text-decoration: none; 
	color: #5C3317; 
	}
a:hover, a:active  { 
    font-size: 10pt;
	font-weight: bold; 
	text-decoration: underline; 
	color: #800000; 
	}
a.nav:link { 
    font-size: 12pt;
	font-weight: bold; 
	text-decoration: none; 
	color: #5C3317; 
    }
	
a.nav:visited  {
	font-size: 12pt;
	font-weight: bold; 
	text-decoration: none; 
	color: #808080;
	}
	
a.nav:hover, a.nav:active { 
    font-size: 12pt;
	font-weight: bold; 
	text-decoration: underline; 
	color: #800000; 
	}
.highlight	{
	text-decoration: none;
	font-weight: bold; 
	color:black;
	background:yellow;
	}
	