/* Formatvorlage fuer index.php */
html, body {
 height:			95%;
 font-family:		Verdana;
 font-size:		12px;
 color:			#FFFFFF;
}

table#intro, tr, td {
 height:			95%;
 width:			100%;
 vertical-align:		middle;
}

img {
 border:			1px solid #FFFFFF;
}

p {
 width:			500px;
 margin:			0px;
}

a {
 color:			#FFFFFF;
 text-decoration:	none;
}

a:hover {
 text-decoration:	none;
 color:		#BBE820;
}