/* This is the default style sheet for all text on the site */
a:link
{
	color:#993366;	
}
a:visited
{
	color:#993366; 
}
a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    background-color: #993366;
}
a:active 
{
	color:#000000;
}
body
{
	font-family:  Times New Roman,Tahoma,sans-serif,Times;
	background-color:#E0C0A0;
	color:#663300;
}
html, body { 
 font-size: 1.0em;
 margin: 2px;
 padding: 1px;
 line-height: 150%;
 text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Tahoma, Times;
}
h1 {
 font-size: 1.0em;
 margin 4px;
 line-height: 120%;
 text-align: left;
 font-weight: 300;
}
.navigation {
 font-size: 1.0em;
 font-weight: 300;
 font-color: #996633;
 line-height: 120%;
}
.table {
 font-size: 1.0em;
 font-weight: 300;
 font-color: #996633;
 line-height: 150%;
 text-align: center;
}
.hr {
 text-align: center;
}
.text_box {
 color: #FFFFFF;
 border: 1px solid #FFFFFF;
 background-color: #660033;
}
