body {
	background-color: #FFCC66;
	background-repeat: repeat-y;
	margin: 0;
	overflow-x: hidden;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
}

a {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.text {
	padding: 12px;
	width: 700px;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	text-align: justify;
}

.thumb {
	padding: 12px;
	font-size: 12px;
}

.thumb img {
	border: 1px solid #FF0000;
}

.copyright {
	padding: 0 8px 3px 8px;
	font-size: 11px;
}


input, select, textarea {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
	background: #FAEED6;
	border: 1px #888888 solid;
}