hmtl{
	overflow: hidden;
	}
body{
	color: white;
	overflow:inherit;
	font: 11px "Trebuchet MS", Georgia, serif;
	margin:0;
	padding:0;
	width: 300px;
	}
	
a {
	color:#0099FF;
	font-weight: bold;
	text-decoration:none;
	}

.fett{
	font-weight: bold;
	}

a:hover{
	color: #FFFFCC;
	}
	
.content{
	width: 300px;
	}

.content ul{
	list-style: none;
	}

.content h2{
	margin-top: 0;
	color: #FF3333;
	font-size: 12px;
	}

.content h3{
	color: white;
	margin-left: 30px;
	padding: 5px 0 0 10px;
	font-size: 14px;
	}

div#mailform p{
	margin: 4px;
	text-align: center;
	}

#mailform .area{
	color: #66FFFF;
	background-color: #333333;
	border: 1px solid white;
}

#mailform .button{
	font-weight: bold;
	font-size: 10px;
	color: #333333;
	background-color: white;
	border: 0;
	padding: 3px;
	margin: 10px;
}

#mailform .button:hover{
	color: #44CC00;
	text-decoration: blink;
	}
	
#mailform .button[type="reset"]:hover{
	color: red;
	}

input.area{
	border: 2px solid white;

	}

.newsentry{
	margin-bottom: 20px;
	}

.content .newsentry h2{
	margin-top: 0;
	font-size: 14px;
	padding: 5px 0 5px 10px;
	}

.imgcontrol{
	position: absolute;
	top: 420px;
	left: 260px;
	-moz-opacity: 0.75;
    filter: alpha(opacity=75);
    opacity: 0.75;
	}
	
.imgcontrol p{
	text-align: center;
	background: #333333;
	padding: 2px 5px;
	font-weight: bold;
	}
