@charset "utf-8";
/* CSS Document */


*{
	float: none;
	padding: 0;
	margin: 0;
}
#content img{
	max-width: 64px;
	max-height: 64px;
}
#phone a:link, #phone a:visited, #address a:link, #address a:visited, td a:link, td a:visited{
	color: #444444;
	text-decoration: none;
}
#phone a:hover, #address a:hover, td a:hover{
	color: #ffffff;
	background: #9c1e3d;
	text-decoration: none;
}