* {
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #f5f2e5;
}
body {
	background: url(setimages/pageback.jpg);
}
input,textarea,select {
	background: #9a893c;
}
select {
	font-size: 14px;
}
a:link,a:visited,a:hover,a:active {
	color: #ffff00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	color: #ffffff;
}

.smallfont { font-size: 12px; }
.bigfont { font-size: 18px; }
.mediumfont { font-size: 14px; }
.textbold { font-weight: bold; }