body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #663300;
	background-color: #FFFFCC;	
	background-image: url(images/backgr.gif);
	margin: 10px auto;
	padding: 0px;

}
a: link {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
		
}
a: visited {
	font-weight: bold;
	color: #996666;
	text-decoration: underline;
		
}
a: hover {
	font-weight: bold;
	color: #CC0066;
	text-decoration: underline overline;
	background-color: #FFCC99;	
}
a: active {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
		
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #763C01;
	text-align: center;


}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #763C01;
	text-align: center;


}
.smalltext {
	font-size: xx-small;
}

