.vimg {
	margin-right: 4px;
	display: inline;
	margin-top: 2px;
}

.himg {
	display: block;
	border-style: solid;
	border-color: #333;
}

.content {
	color: #191919;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-rendering: optimize-legibility;
<?php
	//text-shadow: #b3b3b3 2px 2px 0px;
?>
	margin-left: 23px;
}

.title {
	font-size: 43px;
	display: block;
	margin-top: 20px;
	color: #b3b3b3;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-rendering: optimize-legibility;
	text-shadow: #333 2px 2px 3px;
}

.subtitle {
	font-size: 30px;
	margin-top: 30px;
	display: block;
	text-indent: 0;
	color: #666;
}

.content_sub {
	margin-left: 10px;
	text-align: justify;
	text-indent: 20px;
	line-height: 1.4em;
}

.subtitle2 {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	text-indent: 0;
	font-size: 19px;
}

.subtext {
	margin-left: 10px;
}

.subtext_title {
	display: block;
	text-indent: 0;
	font-style: italic;
	font-weight: bold;
	color: #4c4c4c;
	margin-top: 20px;
}

ul {
	text-indent: 0;
}

object {
	text-indent: 0;
	margin-left: -18px;
	margin-top: 16px;
	margin-bottom: 20px;
}
.maintitle {
	color: #4c4c4c;
	font: 70px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000000 2px 2px 2px;
	margin-bottom: 67px;
}

.list_lvl0 {
	font-size: 23px;
}

.list_lvl1 {
	color: #96003f;
	font-size: 15px;
}

.list_lvl2 {
	font-size: 13px;
	color: #ff7a00;
}
.list_lvl3 {
	font-size: 10px;
	color: #fdff00;
}

a {
	color: #666;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

.startimg {
	float: left;
}