body{
		font-family: Tahoma;
		color: black;
		}

table{
		font-family: Tahoma;
		font-size: 12px;
		color:black;
		}

h1{
		font-weight:bold;
		font-family: Tahoma;
		font-size: 20px;
		font-style:italic;
		color:black;
		}

hr {
		height: 1px;
		border-width: 1px 0 0 0;
		border-style: dashed;
		border-color: black;
}

a:link{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color:black;
		text-decoration:none;

		}
		
a:active{ /*für gerade angeklickte Verweise*/
		font-weight: bold;
		color:black;
		text-decoration:none;

		}
		
a:visited{ /*für Verweise zu bereits besuchten Seiten*/
		font-weight: bold;
		color:black;
		text-decoration:none;

		}

a:hover{ /*für Verweise, während der Anwender mit der Maus darüber fährt*/
		font-weight: bold;
		color:#6495ED;
		text-decoration:none;

		}

.b:link{ /*für Verweise zu noch nicht besuchten Seiten*/
		font-weight:bold;
		color:white;
		text-decoration:none;

		}
		
.b:active{ /*für gerade angeklickte Verweise*/
		font-weight: bold;
		color:white;
		text-decoration:none;

		}
		
.b:visited{ /*für Verweise zu bereits besuchten Seiten*/
		font-weight: bold;
		color:white;
		text-decoration:none;

		}

.b:hover{ /*für Verweise, während der Anwender mit der Maus darüber fährt*/
		font-weight: bold;
		color:white;
		text-decoration:none;

		}

.head_text{ /*Textzeile Head*/
		font-size: 14px;
		font-weight: bold;
		color:white;
		text-decoration:none;
		background-color:#808080;
		}

.menue{ /*Formatierung Menü*/
		font-weight: bold;
		color:white;
		text-decoration:none;
		background-color:#F4A460;
		border: 1px solid #000000;
		}

