@charset "utf-8";
/* CSS Document */
#footer {
	clear: left;
	background-color: #2f4f4f;
	width: 100%;
	text-align: center;
	height: 200px;
	overflow: hidden;
}
address p {
	font-size: x-small;
}

address {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
}


address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
#adress p a:hover {
	text-decoration: none;
	color: #FFF;
}
#adress p a:link {
	text-decoration: none;
	color: #003;
}
