@charset "UTF-8";
/* CSS Document */

#logo {text-align:center;margin-top:80px;margin-bottom: 30px;}
#adress {
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	} 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #666666;
}
a:active {
	color: #999999;
}