h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 18px;
	color: #3A260D
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #3A260D
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3A260D
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F90093;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F90093;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	background-color: #FFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #3A260D;

}
body {
	background-image: url(../images/background.png);
	background-color: #00D4DB;
	scrollbar-3d-light-color: #D6DBDB;
	scrollbar-arrow-color: #FF00AC;
	scrollbar-base-color: #00C2CB;
	scrollbar-dark-shadow-color: #00C2CB;
	scrollbar-face-color: #00C2CB;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #999;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #3A260D;

}
.smalltext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F90093;
	text-decoration: none;
	font-size: 10px;
}
.smalltext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	font-size: 10px;
	background-color: #FFF;
}
.smalltext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	font-size: 10px;
}
.smalltext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F90093;
	text-decoration: none;
	font-size: 10px;
}