.text {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #404040;
	text-decoration: none;
}	

.head {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	color: #404040;
	text-decoration: none;
}

.headline1 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #486219;
	text-decoration: none;
}
a:link {
	font-family: "Courier New", Courier, mono;
	color: #808080;
	text-decoration: none;
}
a:active {
    font-family: "Courier New", Courier, mono;
	color: #ff009c;
	text-decoration: none;
	}
a:hover {
	font-family: "Courier New", Courier, mono;
	color: #ff009c;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	color: #404040;
	text-decoration: none;
}