h1 { 	font-size: 11pt;}

h2 { 	font-size: 10pt;}

body { 	background-color: #ffffff;
		font-family: Verdana, sans-serif;
		font-size: 10pt;
		color: #333333;
		margin-left: 30px;
		margin-right: 30px}

table { border: 0px;
		font-family: Verdana, sans-serif;
		font-size: 10pt}
		
/*e-mail form*/		
textarea { font-family: Verdana, sans-serif;
		font-size: 10pt}

input {	font-family: Verdana, sans-serif;
		font-size: 10pt}

/* noch nicht besuchte Ziele */
a:link {
	text-decoration: none;
	font-family: Verdana;
	color: #0066cc;
	font-weight: bold} 

/* besuchte Ziele */
a:visited { text-decoration: none;
	    font-family: Verdana;
	    color: #0066cc;
		font-weight: bold} 

/* Verweise bei "MouseOver" */
a:hover {  text-decoration: underline;
	   font-family: Verdana;
	   color: #0066cc;
	   font-weight: bold} 

/* Angeklickte Verweise */
a:active { text-decoration: none;
	   font-family: Verdana;
	   color: #0066cc;
	   font-weight: bold} 


