#address {
	font-size: 10px;
	position: absolute;
	top: 480px;
	left: 10px;
	width: 780px;
}

#address img {
	margin-left: 60px;
}
	
a {
	text-decoration: none;
	color: #000000;
}

body {
	font-family: "Georgia", Tahoma, Myriad, Verdana, Arial;
	background-attachement: fixed;
	background-repeat: no-repeat;
	font-size: 11px;
	background-color: #e1e1e1;
	color: #000000;
	white-space: normal;
	clear: both;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}


a:link {
	color: #000000;
}

a:visited {
	color: #ef047f;
}

a:hover {
	color: #02a0c6;
}

a:active {
	color: #000000;
}



.text { text-decoration: underline; }
