a:link {color: #0000FF; /* All unvisited links will be colored blue */ }
a:visited {color: #000080; /* All visited links will be colored navy */ }
a:hover {color: #0000FF; background: #FFFF00;}
a:active {color: #FF0000; /* All active links will be colored red */}
/* When the mouse pointer is over the link the link will be colored blue
and the background color of the link will change to yellow */
/* must be in this order: a:link, a:visited, a:hover, a:active */





body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(71,30,2);
	line-height: 1.15;
	background-color: rgb(213,184,127);
	text-align:center;

}

#content {
	width: 500px; 
	margin-left: auto; 
	margin-right: auto;	
	text-align:left;
}


h1 {
	font-size: 30px;
	font-weight: bold;
	color: white;
	background-color: black;
	padding: 5px 20px 5px 20px;
}


h3 {
	font-size: 30px;
	font-weight: bold;
	color: rgb(95,79,20);
}


h2  {
	font-size: 20px;
	font-weight: bold;
	color: rgb(0,0,128);
}



#input1 {
	width: 300px;
	background-color: rgb(240,240,255);
}

#input2 {
	width: 100px;
	background-color: rgb(240,240,255);
}

#input3 {
	width: 400px;
	background-color: rgb(240,240,255);
}


#textarea1 {
	background-color: rgb(240,240,255);
}





#leftimg {
	float: left;
	margin: 0px 37px 0px 0px;
}


table.main {
	text-align: left;
	width: 600px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: rgb(235,235,255);

}

td.main1 {
	vertical-align: top;
	width: 100%;
}




#strong  {
	background-color: rgb(200,200,200);
	font-size: 100%;
	font-weight: bold;
	color: rgb(0,0,128);
}

#strong2  {
	font-size: 100%;
	font-weight: bold;
	color: rgb(0,0,128);
}

#strong3  {
	background-color: rgb(235,235,235);
	font-size: 100%;
	font-style: italic;
	color: rgb(0,0,128);
}

#border {
	background-color: rgb(0,0,128);
	height: 10px;
}


#border2 {
	background-color: rgb(255,255,255);
	height: 20px;
}

#caption {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000080;	
}

#caption2 {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000080;
}



#footnote {
	background-color: rgb(250,250,250);
	font-size: 75%;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#quote {
	font-style: italic;
	background-color: rgb(255, 255, 204);
	margin: 5px 10px 5px 10px;
	padding: 5px;
	border: 1px solid black;
}

#quote2 {
	font-style: italic;
	margin: 5px 10px 5px 10px;
	padding: 5px;
	border: 1px solid black;
}

p.main:first-letter {
	font-size:300%;
	float:left;
	width:0.7em;
	line-height:80%;	
}



