body {
	background-color: #383838;
}
fieldset {
 	border: 0px;
}
* {
	font-family: arial;
	font-size: 93%;
	color: #fff;
}
dt { 
	font-weight: bold;
	color: #00FFFF;
}
.logo {
	text-align: center;
}
.container {
 	padding: 2px;
 	text-align: left;
}
.phone {
	font-weight: bold;
	font-size: 140%;
	color: #00FFFF;
	text-align: center;
	font-family: arial;
}
.intro { 
	font-weight: bold;
	font-size: 110%;
	color: #FFA610;
	text-align: center;
	font-family: arial;
}
.copyright {
	color: #FFA610;
	font-size: 90%;
	font-family: arial;
	text-align: center;
}
.navItem1 {
 	padding: 3px;
 	background-color: #00D4FF;
 	color: #fff;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
}
.text {
 	padding: 4px;
 	background-color: #000;
 	color: #fff;
 	text-align: left;
 	font-weight: normal;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;

}
.navItem2 {
 	padding: 3px;
 	background-color: #2D2D2D;
 	color: #fff;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
}
.navItem3 {
 	padding: 3px;
 	background-color: #00D4FF;
 	color: #fff;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
}
a {
 	color: #fff;
 	text-decoration: underline;
}
