.h1 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.h2 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFbb00;
}
.h3 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #669933;
}
.h4 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #333399;
}
.mengentext {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding-right: 40px;
	padding-left: 25px;
	padding-top: 25px;
}
.mengentext2 {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	padding-right: 35px;
	padding-left: 25px;
	padding-top: 25px;
}
.mengentext_r {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding-left: 25px;
	padding-top: 25px;
}
.mengentext_i {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.mengentext_k {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-align: justify;
}
.mengentext_b {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: bold;
	font-weight: bold;
	color: #000000;
}
.mengentext_b2 {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-style: bold;
	font-weight: bold;
	color: #FFFFFF;
}
.mengentext_bg {
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-style: bold;
	font-weight: bold;
	color: #000000;
}
a:link {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a:visited {
    font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
#content{
    font-family: Arial, sans-serif;
	font-size: 9pt;
	text-align: justify;  
    overflow:auto;
    position:fixed;
    width:395px;
    height:320px;
	padding-right:10px;	
	scrollbar-arrow-color: #990000;
	  scrollbar-track-color: #FFFFFF;
}

