h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #8f6a5b;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #8f6a5b;
}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #8f6a5b;
}
h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #8f6a5b;
}
p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	color: #8f6a5b;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #8f6a5b;
	text-decoration: none;
}
a:visited {
	color:#8f6a5b; text-decoration: none;
}
a:hover {
	 color:#b38051; text-decoration: none; 
	 image-decoration: underline; border-style:dotted;
	 cursor: crosshair;  border-top-width: 0px;
	 border-right-width: 0px; border-bottom-width: 3px; border-left-width: 0px
}


body {
	scrollbar-3dlight-color: #d1d5be;
	scrollbar-arrow-color: #844a1f;
	scrollbar-base-color: #efe0bc;
	scrollbar-dark-shadow-color: #993333;
	scrollbar-track-color: #efe0bc;
	scrollbar-face-color: #efe0bc;
	background: url(images/bgtile.jpg) repeat fixed;
}

#container {
	width: 80%;
	margin: auto;
	padding: 0;
	background-color: #efe0bc;
	border-top: 3px solid #844a1f; 
	border-right: 3px solid #844a1f; 
	border-bottom: 3px solid #844a1f; 
	border-left: 3px solid #844a1f; 
}


div#main {    
	margin-left: 20px;
	margin-right: 20px;  
	margin-top: 5px;    
	padding: 10px;
	text-align: center;
} 
#t1{
    border-top: 3px solid #844a1f; 
	border-right: 3px solid #844a1f; 
	border-bottom: 3px solid #844a1f; 
	border-left: 3px solid #844a1f; 
}

div#footer {    padding: 15px;    margin: 0px;    border-top: 3px dotted #844a1f;
}
