/* CSS Document */

body {
background-color: #F99164;
}
#table {
	width:100%;
	height:100%;
	text-align: center;
	vertical-align: middle;
	}
#well {
	font-size:36px;
	text-align: center;
	width:100%;
	height:70px;

 }
#pic {
width:100%;
}
 #text {
 text-align:center;
 font-size:18px;
 
 
}
#switty {
text-align:center;
font-size:30px;
font-family:Georgia, "Times New Roman", Times, serif;
}

a:link
{
color:#000000;
text-decoration:overline;
}

a:visited
{
color:#000000;
text-decoration:overline;
}

a:active
{
color:#990000;
text-decoration:overline;
}

a:hover 	
{
color:#990000;
text-decoration:none;
}

#weiter {
	font-size:20px;
	text-align: center;
	width:100%;
	height:70px;
}

