﻿#Mapa
{
	width:650px; 
	margin: 0 auto;
	
}

#Endereco
{
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

#Endereco a:link, #Endereco a:visited
{
	text-decoration: none;
	color: #666;
}

#Endereco a:hover
{
	text-decoration: underline;
	color: #666;
}


