body {
	margin: 20px;
	background-color: #fff;
	background-image: url(bkg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
}
h1 {
	display: inline;
	color: #444;
}
h2 {
	display: inline;
	color: #555;
}
h3 {
	color: #555;
}
h4 {
	font-size: 10px;
	font-weight: normal;
}
a {
	color: #09C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
th,td {
	padding: 2px 25px 2px 2px;
}
thead {
	background-color: #eee;
}
.alt {
	background-color: #f3f3f3;
}
ul {
	list-style-type: none;
}
ul, li {
	padding-left: 0px;
	margin-left: 0px;
}
#content_main li {
	margin-left: 10px;
}
