h1 {
    background-color: #777777;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: Tahoma,Arial,Verdana,"Geneva CY",sans-serif;
    font-size: large;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
}
p, .P {
	font-family: Tahoma,Arial,Verdana,"Geneva CY",sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#about1_table TH, #about2_table TH{
	background-color: #FFCC66;
	text-align: center;
}

#about1_table, #about2_table {
	color: black;
	font-size: 75%;
	text-align: left;
	width: 100%;
}
.odd {
	color: black;
	background-color: #CCFFCC;
}

.even {
	color: black;
	background-color: #CCFF99;
}

