a, a:active, a:link, a:visited {
  background: transparent;
  color: #00cc00;
  text-decoration: underline;

}

a:hover {
  background: transparent;
  color: #666666;
  text-decoration: none;
}

body {
  background: #ffffff;
  color: black;
  font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  text-align: center;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  color: #0065A1;
}


h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
}

h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  color: #999999;
}

table.full {
  width: 95%;
}


td {
  vertical-align: top;
}

table.hosting {
	background: #F5F5F5;
	border: 1px solid #34999A;
}

td.hostingh {
	background: #FF3300;
	color: #ffffff;
	text-align: left;
	font: bold 14px verdana, arial, helvetica, san-serif;
}

td.hint {
	background: transparent;
	color: #000;
	text-align: justify;
	font: bold 11px verdana, arial, helvetica, san-serif;
}

td.testimonials {
	background: transparent;
	color: #000;
	text-align: justify;
	font: normal 12px verdana, arial, helvetica, san-serif;
}

td.hostingline {
	background: #FFFFFF;
}

td.hostingl {
	background: #FFFFFF;
	color: #000;
	text-align: left;
	font: bold 12px verdana, arial, helvetica, san-serif;
}

td.hostingr {
	background: #FFFFFF;
	color: #0065A1;
	text-align: right;
	font: bold 12px verdana, arial, helvetica, san-serif;
}

div.content {
  background: transparent;
  color: black;
  font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
  padding: 10px;
	border-left: 3px solid #FF0000; 
	border-right: 3px solid #FF0000; 
  text-align: left;
  width: 754px;
}