
body
{
	background-color: rgb(204, 204, 204) !important;
	font-size: small !important;
	text-decoration: none !important;
	speak: normal;
}

a:hover
{
	background-color: rgb(240, 240, 240);
}

table
{
	font-size: small;
}


.textBox
{
	width: 150px;
}
#addresses
{
	position: absolute;
	
	top: 10px;
	left: 10px;
}
.space
{
	width: 15px;
}
#directions
{
	position: absolute;
	top: 240px;
	left: 10px;
	width: 300px;
}
#mapCanvas
{
	position: absolute;
	width: 600px;
	height: 400px;
	top: 240px;
	left: 320px;
}
#getDirections
{
	position: absolute;
	width: 200px;
	height: 32px;
	top: 200px;
	left: 10px;
}
