.style {
	line-height: normal;
	color: #000000;
	background-color: #FFFF33;
	background-repeat: no-repeat;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: #FAE69D;
	background-repeat: no-repeat;
}
h1 {
	font-family: "Comic Sans MS", Arial, "Courier New";
	font-weight: bold;
	color: #000000;
	text-align:center; 
	font-size: 30px;
}
h2 {
	font-family: "Comic Sans MS", Arial, "Courier New";
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align:left;
}
h3 {
	font-family: "Comic Sans MS", Arial, "Courier New";
	font-weight: bold;
	color: #000000;
}
h4 {
	font-family: "Comic Sans MS", Arial, "Courier New";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align:center; 
}
p {
	font-family: Arial,"Comic Sans MS", "Courier New";
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
ul{
	font-family: Arial,"Comic Sans MS", "Courier New";
	font-size: 16px;
	font-variant: normal;
	font-style: normal;
	letter-spacing: normal;
}
ol {
	font-family: Arial,"Comic Sans MS", "Courier New";
	font-size: 16px;
	font-variant: normal;
	font-style: normal;
	letter-spacing: normal;
	font-weight: normal;
	list-style-type: upper-roman;
}
img {
 	border: 0px; 
}
.hidden {
	font-family: "Comic Sans MS", Arial, "Courier New";
	font-size: 3px;
	font-style: normal;
	color: #FAE69D;
}

.bold {
   font-family: Arial, "Comic Sans MS", "Courier New";
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
}

/*
Verweise:
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:hover = für Verweise, während der Anwender mit der Maus darüber fährt
:active = für gerade angeklickte Verweise
:focus = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste
*/
a:link 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #E00000;
	text-decoration:overline underline;
	cursor: hand;
}
a:active 
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #00E000;
	text-decoration:none;
	cursor: hand;
}
a:focus 
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #E00000;
	text-decoration:overline underline;
	cursor: hand;
}


