body {font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}h1	{ color: #818181; font-weight: bold; font-size: 23px; }
h2  { color: #322383; font-weight: bold; font-size: 21px; }
h3  { color: #322383; font-weight: bold; font-size: 17px; }
h5  { color: #818181; font-weight: bold; font-size: 14px; }
h6  { color: #322383; font-weight: normal; font-size: 12px; }
h4 	{ color: #fff; font-weight: normal; font-size: 12px; }
strong      { color: #818181; font-weight: bold; font-size: 17px; font-family: Verdana, "Times New Roman", Georgia, Times}
p {
	color: #FFF;	
}
td {}
a:link {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
}
.addressbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A7E7F;
	font-weight: bold;
}
.Homeleftalign {
	text-align: left;
	display: block;
}
.Comcastspecial {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #039;
	color: #FFF;
}

