
body {
	color: #333333;
	background: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	align: center;
}

a:link {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


body#about a#aboutnav, body#service a#servicenav, body#maintenance a#maintenancenav, body#why a#whynav, body#contact 
a#contactnav {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

ul {
	padding: 0;
	margin-left: 15px;
}

	
table#page {
	padding: 20px;
	background: #ffffff;
	align: center;
	border: 0;
}

table#tc {
	padding: 15px;
	align: center;
	background: #ffffff;
	border-top: 1px solid #333333;
}

input.grayscale {
	background-color: #999999; 
	font-weight: bold; 
	font-size: 10px; 
	color: white;
}

textarea.scroll {
	overflow: auto;
}
