a:link, a:visited, a:hover.contentlink {
	color: #333;
	text-decoration: none;
}
 
a:hover {
	color: #ffc;
	text-decoration: none;
}
 
body {
	background: #996;
	font-family: tahoma, georgia, verdana, arial, helvetica, sans-serif;
	line-height: 100%;
	margin: 30px;
}
	
input, textarea, select, option {
	background: #eee;
	border: inset 1px #333;
	color: #333;
	font: 11px tahoma, georgia, verdana, arial, helvetica, sans-serif;
	padding: 1px;
}

div.shell {
	background: #fff url("/img/kalax_house.jpg") no-repeat;
	border: 2px solid;
	border-color: #ccc;
	height: 287px;
	width: 600px;
}
	
div.line {
	border: 1px solid #999;
	height: 285px;
}
	
td.beige {
	background: #ffc;
}
	
div.header {
	padding: 10px;
	padding-bottom: 85px;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 80%;
	color: #333;
}
	
div.content {
	font-size: 11px;
	font-family: tahoma, arial, helvetica, sans-serif;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px;
	color: #333;
	text-align: justify;
}

.contenthead {
	font: bold 12px georgia, tahoma, arial, helvetica, sans-serif;
}
	
div.footer {
	color: #333;
	font: 10px tahoma, arial, helvetica, sans-serif;
	padding: 5px;
	text-align: center;
	width: 600px;
}
