﻿.style1 {
	text-align: center;
}
a {
	color: #00FF00;
}
a:visited {
	color: #00FF00;
}
a:active {
	color: #00FF00;
}
a:hover {
	color: #00FF00;
}
.style2 {
	text-align: left;
}
.style3 {
	border: 2px solid #00FF00;
}
.style4 {
	border: 2px solid #00FF00;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: 00FF00;
}
.style5 {
	text-align: center;
}
.style6 {
	margin-top: 0px;
}

.font {
	font-family:		verdana,arial,helvetica,sans-serif;
  font-weight:		bold;
  font-size:		14px;
  color:	        00FF00;
}

.titel {
	font-family:		verdana,arial,helvetica,sans-serif;
  font-weight:		bold;
  font-size:		18px;
  color:	        FFFFFF;
}