body {
	background-color:#FFCC66;
	color:#757625;
	font-family: Skia, Arial, Helvetica, sans-serif;
	}


p, li {
	font-size: 12px;
	line-height: 16px;
}

.txt {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	vertical-align: text-top;
	padding: 15px;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	color:#666600;
	font-weight: bolder;
	padding: 15px;
}

.headline {
	font-size: 17px;
	line-height: 16px;
	color:#666600;
	font-weight: bolder;
	padding: 15px;
}

.intros {
	font-size: 15px;
	line-height: normal;
	color:#996600;
	font-weight: normal;
	font-style: oblique;
	padding: 15px;
}


.subheads {
	font-size: 14px;
	line-height: 16px;
	color:#666633;
	padding: 15px;
}

a:link {
	color:#0066CC;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
}

a:visited {
	text-decoration: none;
	color:#999966;
}

a:hover {
	text-decoration: underline;
	color: #669900;
}

a:active {
	text-decoration: none;
	color: #FF6600;
}

