body, html {
	background: #ffff99;
	color: #009900;
	font-family: arial, helvetica, sans-serif;
	
}

td {
	vertical-align:top;
}

p,ul,ol {
	font-size: 14px;
	font-weight:bold;
	line-height: 18px;
}

.header {
	font-size: 20px;
}

.header2 {
	font-size: 20px;
	color: #000;
	background: inherit;
}

.small {	
	font-size: 10px;
	color: #000;
	background: inherit;
	font-style: italic;
}

.blacktext {
	color: #000;
	background: inherit;
}

.redtext {
	color:#f00;
	background: inherit;
	line-height: 12px;
}

.italic {
	font-style:italic;
}

.center {
	text-align:center;
}
 
 
