/* root level text style */

a:link {color: #832b0d;}
a:visited {color: #ca4215;}
a:active {color: #000000;}

a:hover {color: #000000; text-decoration: none;}

a.nound:link {text-decoration: none;}
a.nound:active {text-decoration: none;}
a.nound:visited {text-decoration: none;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background:#f3b75c URL('images/site_back.png') repeat-x;
	}
	
td {
	font-size: 11px;
	color: #000000;
	}
	
li {
	padding-bottom:5px;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #ca4215;
	margin: 0px;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #832b0d;
	margin: 0px;
	}

.wesson {color:#832b0d;}


.box{padding:10px; 
border:1px solid #f3af4d; 
background-color: #f8e5ae; 
width:450px; 
text-align:left;
}