/* CSS Document */

.box {
	border: 1px solid #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
a:active {
	color: #000000;
}


.header {
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight: bold;
	color: #993300;
}
.font {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #000033;
	height: auto;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	font-weight: bold;
}
.service-font {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000033;
}
