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

html {
height: 220px;
}
body {
height: 220px; 
margin: 0px; 
padding: 3px; 
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#map_canvas { 
height: 220px; 
}
.text{
color:#555555;
text-align:left;
line-height:15px;
}
.text a{
color:#555555;
text-decoration:underline;
}
.text a:hover{
color:#555555;
text-decoration:none;
}
.address{
color:#555555;
text-align:left;
line-height:15px;
}
.address a{
color:#555555;
text-decoration:underline;
}
.address a:hover{
color:#555555;
text-decoration:none;
}