/* CSS Document */


a:link {color: red;  font-family: variable; text-decoration: none}
a:visited {color: red;  font-family: variable; text-decoration: none} 
a:active {color: red;  font-family: variable; text-decoration: none}
a:hover {text-decoration: none; color: black}

h3 { word-spacing: 5px;
 	  text-decoration: underline;
	  font-variant: small-caps; }

.nolink { color: none; text-decoration: none;
    border-style: none; } 

.box {
	border-style: solid;
	border-color: white;
	background-color: white;
	width: 540px;
	position: absolute;
	top: 30px;
	left: 10px;
	height: 700px;
} 

.title {
    position: absolute;
	top: 55px;
	left: 160px;
	height: 343px;
	font-family: arial; 
	font-size: 15;
}

.subtitle {
    position: absolute;
	top: 40px;
	left: 18px;
	font-family: Haettenschweiler; 
	font-size: 20;
	color: blue;
}
.main {
    position: absolute;
	top: 155px;
	left: 40px;
	width: 480px;
	height: 540px;   

}
.inside{
	font-family: arial; 
	font-size: 11;
    background-color: white;
	text-align: justify;
}
.links {
   position: absolute;
	top: 80px;
	left: 160px;
	color: white;
	font-family: arial; 
	font-size: 14;
	font-weight: bold;
}

/*
.poll {
    position: absolute;
	top: 60px;
	left: 60px;
	color: white;
}*/

.footer {
position: absolute;
	top: 735px;
	left: 210px;
	color: white;
	font-family: arial; 
	font-size: 10;
}
