body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #663300;
}
div{
	line-height: 150%;
}
a{
	text-decoration: none;
	color: gray;
}
a:hover{
	text-decoration: underline;
	color: blue;
}
a.bottom_nav{
	font-size: 75%;
	text-decoration: none;
}
a.left_nav{
	font-size: 100%;
	font-weight: 600;
	text-decoration: none;
	color: white;
}
a.e-mail{
	text-decoration: none;
	color: gray;
	font-weight: 600;
}
a:hover.bottom_nav{
	text-decoration: underline;
}
a:visited.bottom_nav{
	color: gray;
}
a:hover.left_nav{
	text-decoration: underline;
}
a:hover.e-mail{
	text-decoration: underline;
}
div.copyright{
	font-size: 60%;
	color: gray;
}
.phone-number{
	font-weight: 600;
}