html,body {
	background-color:#FFFFE8;
	margin: 0;		padding: 0;
	border: none;
}

a:link { 			color: #615E4E;		text-decoration: none;	}
a:visited { 	color: #615E4E;		text-decoration: none;	}
a:hover { 		color: #000000;		text-decoration: none;	}
a:active { 		color: #615E4E;		text-decoration: none;	}

.txt {
	font-family: gill sans, arial, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#615E4E;	
}
.txtForm {
	font-family: gill sans, arial, verdana, sans-serif;
	font-size: 12px;
	color:#615E4E;	
}
.txtFormSmall {
	font-family: gill sans, arial, verdana, sans-serif;
	font-size: 10px;
	color:#837f6a;	
}