.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.textfett {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: blue;
}
body {
	background-color: #E6E6FA;
}
h1 {
	font-family: "Times New Roman";
	font-size: 18.0pt;
	color: red ;
}
h2 {
	font-family: "Times New Roman";
	font-size: 16.0pt;
	color: red;
}                      
p {font-size: 12.0pt;  }
a:link {color:#FF0000;}      /* unvisited link */
a:visited {color:#2f0b80;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */ 