TD.postit {
	background : #FFFFCC;
	font-weight: bold;
}

BODY, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #EEEEEE;
}

 TH {
	font-style : italic;
	font-weight : bold;
}

A {
	color: blue;
}

A:Hover {
	color: red;
}

H1, H2, H3, H4 {
	color: white;
	background : #2f4F4F;
	font : small-caps;
	text-indent : 4px;
}


