body {
        background-image: url(img3/achtg1.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
.text {
	font-family: Tahoma, Arial;
	font-size: 11px;

}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
a:link {
text-decoration: none;
color: #666666; 
font-size: 10px;
}

a:visited {
font-size: 10px;
text-decoration: none; 
color: #666666;
}

a:hover {
text-decoration: none; 
color: #666666;
font-size: 10px;
}

a:active { 
font-size: 10px;
text-decoration: none; 
color: #00608F;
}
.button1 {
	background-image: url('images/go.gif');
	height: 48px;
	width: 45px;
	border: none;  
}