body {
	font-family: "Georgia", Times, serif;
	font-size: 10px;
	text-align: left;
	color: #000;
}

strong, b {
	font-weight: bold;
	font-style: oblique;
}
em, i {
	font-style: italic;
}
a {
	color: #900;
	margin: 0px 5px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	float: right;
	margin: 10px;
}

p, ul, ol, dl {
 	font-size: 12px;
 	line-height: 18px;
 	color: #333;
 	margin-bottom: 10px
}

h1 {
 	font-size: 18px;
}

h2 {
 	font-size: 16px;
}

h3 {
 	font-size: 14px;
}

h4 {
 	font-size: 13px;
}

h5 {
 	font-size: 12px;
}

h6 {
 	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: black;
	text-transform: uppercase;
 	margin-bottom: 10px
}

table {
	font-size: 12px;
	border: 1px solid #999;
	width: 90%;
	background-color: #f1f1f1;
}

td,
th {
	border: 1px solid #999;
}

a img {
	border: none;
}

#header,
#footer,
#sidebar,
.strong.logo,
.paging,
ul.feature-list,
.functions,
.extra-bar,
.form-review,
.full-post {
	display: none;
}