/* CSS Document */
* {
	font-family: verdana, Helvectica, sans-serif;
	}
body {
	background: url(images/bg.jpg) fixed repeat-x;
	background-color: #464646;
}
h1#header {
	text-transform: uppercase;
	text-align: center;
	border-top: 1px;
	border-bottom: 1px;
	border-right: 0px;
	border-left: 0px;
	border-style: dotted;
	border-color: #333333;
	margin: 0px;
	background-color: #CCCCCC;
	}

h1, h2, h3{
	border-style: hidden;
	text-align: left;
	color: #990000;
	margin: 0px 20px 0px 10px;
	}
	
h3#rss-header{
	border-style: hidden;
	text-align: left;
	color: #990000;
	margin: 0px 20px 0px 10px;
	font-size: 14px;
	width: 600px;
}

h2#contact{
	border-style: hidden;
	text-align: left;
	color: #00AA00;
	margin: 0px 20px 10px 10px;
	font-size: 12px;
	width: 600px;
}

p#rss-content {
	background-color: #E8E8E8;
	border-width: 1px;
	border-color: #999999;
	border-style: dotted;
	text-align: left;
	color: #666666;
	padding: 5px;
	margin: 5px 10px 20px 10px;
	font-size: 12px;
	width: 600px;
	}
		
h3#nav-header{
	border-style: hidden;
	text-align: left;
	color: #990000;
	margin: 0px 20px 0px 10px;
	font-size: 12px;
	}
.content {
	font-size: 11px;
	background-color: #E8E8E8;
	border-width: 1px;
	border-color: #999999;
	border-style: dotted;
	text-align: left;
	color: #666666;
	padding: 5px;
	margin: 5px 10px 20px 10px;
	}
	
.content b{
	font-size: 12px;
	color: #714646;
	}
<!-- hosting reviews -->	
p#hosting {
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #999999;
	border-style: dotted;
	text-align: left;
	color: #666666;
	padding: 5px;
	margin: 5px 10px 20px 10px;
	font-size: 10px;
	width: 600px;
	height: 600px;
	}

.hosting-header{
	border-style: hidden;
	text-align: left;
	color: #990000;
	margin: 0px 20px 0px 10px;
	font-size: 14px;
	width: 600px;
}

img.content {
	padding: 5px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	margin: 5px;
	}

img#content {
	padding: 5px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	margin: 5px;
	}	

p {	
	font-size: 11px;
	background-color: #E8E8E8;
	border-width: 1px;
	border-color: #999999;
	border-style: dotted;
	text-align: left;
	color: #666666;
	padding: 5px;
	margin: 5px 10px 20px 10px;
	}
	
p b{	
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	}
	
ul#navigation {
	font-size: 11px;
	margin-left: 10;
	padding-left: 0;
	list-style-type: none;
	}
ul#navigation a{
	display: block;
	text-decoration: none;
	color: #990000;
	padding: .2em .5em;
	border: 1px dotted #999999;
	margin: 4px 4px 4px 4px;
	}
ul#navigation li{
	display: inline;
	}
ul#navigation a:hover{
	background: #CCCCCC;
	color: #000000;		
	}

.mthca { 
	color: #666666;
	font-family: "Verdana","Century Gothic","Arial";
	height: 15px;
	font-size: 10px;
	text-align: right;
	background-color: #FFFFFF;
	font-weight: 100;
	padding: .3em;
	}	
.footer {
	border-top: solid #999999 1px;
	text-align: center;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	}
a:link {
	color: #333333;
	text-decoration: underline;
	}
a:hover {
	color: #666666;
	text-decoration: none;
	}
a:visited {
	color: #666666;
	text-decoration: none;
	}
