body {


	text-align: center;
	min-width: 800px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
 
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}



div.container
{
	width:800px;
	background-color: #FFFFFF;
	
	margin:0 auto;
	width:800px;
	text-align: left;
}


div.content
{
	margin-left: 70px;
	margin-right: 60px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 55px;
	padding-left: 30px;
}
.cableMenu a:link {
	font-size: x-small;
	text-decoration: none;
	color: #0000FF;
	font-weight: normal;
}
.cableMenu a:visited {
	font-size: x-small;
	text-decoration: none;
	color: #0000FF;
	font-weight: normal;
}
.cableMenu a:hover {
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.cableMenu a:active {
	font-size: x-small;
	text-decoration: none;
	color: #0000FF;
	font-weight: normal;
}
.cableMenu {
	font-size: x-small;
	color: #333333;
	font-weight: bold;
}
.textHeader {
	font-size: medium;
	font-weight: bolder;
	color: #333333;
}

 a:link { 
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
 a:visited { 
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
 a:hover { 
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
 a:active { 
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
