body
{
	margin-left: 5%;
	margin-right: 5%;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
}

blockquote {
	margin-left:	5%;
	margin-right:	5%;
	background:	#EEEEEE;
	border-width:	thin;
	border-style:	solid;
	padding:	0.5em
	}

#white {
	color:	white;
	}
	
#yellow {
	color:	yellow;
	}
	
td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	vertical-align: top;
}

th {
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

form {
	margin-left:	5%;
	margin-right:	5%;
	font-size:	12px;
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:		black;
	}
	
h1
{
	font-size: 24px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
	
h2 {
	font-size:	14px;
	color:		black;
	text-align:	center;
	}
	
h3 {
	font-size:	12px;
	color:		black;
	text-align:	left;
	}

h4 {
	font-size:	10px;
	color:		black;
	text-align:	left;
	}

.center {
	text-align:	center;
	}
	
.red {
	color:	#FF0000;
	}
	
.white {
	color:	white;
	}
	
.blue {
	color:	blue;
	}
	
.bgred {
	background:	#FF0000;
	}
	
.bgwhite {
	background:	white;
	}
	
.bgblue {
	background:	blue;
	}
	
.bggrey {
	background:	#EEEEEE;
	}

.bgwhite {
	background:	#FFFFFF;
	}

.bglightyellow {
	background-color: #FFFFCC;
	}

.bgyellow {
	background-color: #FFFF00;
	}

.bgblack {
	background-color: #000000;
	}

.bgtan {
	background-color: #EEEECC;
	}

.bginverse {
	color:		white;
	background:	black;
	}
	
.day {
	text-align:	center;
	background:	green;
	}

.time {
	text-align:	left;
	font-weight:	bold;
	font-style:	normal;
	}
	
.timer {
	text-align:	right;
	font-weight:	bold;
	font-style:	normal;
	}
	
.coffee {
	background:	#FFFF99;
	font-style:	italic;
	text-align:	center;
	}

.demo {
	text-align:	center;
	font-size:	x-large;
	font-weight:	bold;
	font-style:	normal;
	}
	
.plen {
	background:	#CCCCCC;
	text-align:	center;
	}
	
.wg {
	background:	#FFCC00;
	text-align:	center;
	}
	
.megabit {
	background:	#FFCC00;
	text-align:	center;
	}
	
.tut {
	background:	#CCFFFF;
	text-align:	center;
	}

.general {
	background:	#99FF66;
	text-align:	left;
	}

.generaltitel {
	background:	#99FF66;
	text-align:	center;
	}

.par1 {
	background:	#CCCCCC;
	text-align:	left;
	}

.menu {
	color:		#FFB903
	background:	#444444;
	text-align:	left;
	}

a:link {
	color:		black;
	font-weight:	bold;
	}

a:visited {
	color:		black;
	font-weight:	bold;
	}

a:hover
{
	color: blue;
	font-weight: bold;
	background-color: yellow;
}


