/* font size */
body {
	font-size: x-small;
}
p, li, dd, small, td, a {
	font-size: x-small;
	line-height: 1.7em;
	color: #666;
}
p, ul, ol, dl, h3, table {
	display: block;
	padding: 0 0 10px 0;
} 
dt {
	display: block;
	padding-bottom: 2px;
	font-size: x-small;
	color: #333;
}
b {
	display: inline;
	font-size: 80%;
	font-weight: normal;
	padding-left: 10px;
}
strong {
	font-size: x-small;
	color: #171717;
}
.indent {
	padding: 0 0 5px 20px;
}
.comment {
	font-size: medium;
	font-weight: normal;
	padding: 3px 5px;
	margin: 10px 0 20px 0;
}
h1 {
	font-size: x-large;
	font-weight: bold;
}
h2 {
	font-size: large;
	font-weight: bold;
}
h3 {
	font-size: medium;
	font-weight: normal;
	color: #FFF;
	background-color: #171717;
	padding: 3px 5px;
	margin: 10px 0 20px 0;
}
h4 {
	font-size: small;
	font-weight: bold;
}
h5 {
	font-size: small;
	font-weight: bold;
}

