body {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #F0B676;
	background-image: url(/images/bg.jpg);
}

.tablea {
	margin-top: 40px; 
	width: 500px; 
	border-top: 6px solid #F0B676; 
	border-bottom: 6px solid #F0B676; 
	border-left: 6px solid #F0B676; 
	border-right: 6px solid #F0B676; 
	background-color: #FEE6C4;
}

.text {
	width: 430px; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 14px; 
	text-align: justify;
}

.oben {
	background-color: #390000;
	text-align: center;
	padding-top: 15px; 
	padding-bottom: 15px;
	width: 500px;
	color: #fbb266;
}

.oben h1 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}

.prev {
	width: 340px;
	height: 230px;
}

.prev img {
	border: 3px solid #390000;
}

.link {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	color: #390000;
}

.link a:link {
	color: #390000;
	text-decoration: underline;
}

.link a:active {
	color: #390000;
	text-decoration: underline;
}

.link a:visited {
	color: #390000;
	text-decoration: underline;
}

.link a:hover {
	color: #000;
	text-decoration: underline;
}


.linkbox {
	width: 430px; 
	padding: 10px;
	font-size: 11px; 
	font-weight: bold; 
	line-height: 14px; 
	border: 1px dashed #390000;
	background-color: #F0B676;
	text-align: left;
}


.linkbox a:link {
	color: #390000;
	text-decoration: underline;
}

.linkbox a:active {
	color: #390000;
	text-decoration: underline;
}

.linkbox a:visited {
	color: #390000;
	text-decoration: underline;
}

.linkbox a:hover {
	color: #000;
	text-decoration: underline;
}