@charset "utf-8";
/* CSS Document */

body,html {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

.small 
{
    font-size: 10px;
}
.brown 
{
    color:#BFB778;
    font-weight:bold;
}
.footer 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#BFB778;
    font-size: 12px;
}
/* links */
a:link {
	color: #BFB778;
	text-decoration: underline;
}
a:visited {
	color: #BFB778;
}
a:hover {
	color: #9D3937;
	text-decoration: underline;
}
h1{
    color:#BFB778;
    font-size:17px;
    font-weight:bold;
    
}
h2{
    color:#BFB778;
    font-size:15px;
    font-weight:bold;
    
}
h3{
    color:#BFB778;
    font-size:27px;
    font-weight:bold;
    
}
li
{

    color:#423090;
}
