body {
	font-family: Trebuchet MS, verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
}
h2,h3,h4 {
	font-family: Trebuchet MS, verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #990000;
}
h2 {
	color: #990000;
	font-size: 12pt;
}
h4 {
	color: #000000;
}
p, ul, td {
	font-family: Trebuchet MS, verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
}
.code {
	font-size: 10pt;
	font-family: Courier New, Monospaced;
}

p .quote {
	margin-left: 2em;
	margin-right: 1em;
}
.example {
	font-family: verdana,helvetica,arial, sans-serif;
	font-size: 9pt;
	margin-left: 2em;
	background: #ffffcc;
}
.number {
	font-family: verdana,helvetica,arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
}
.contactInfo {
	margin-left: 2em;
}

.update {
	width: 100%;
	background: #eeeeee;
	font: bold 12px verdana, helvetica, arial, sans-serif;
	color: #800000;
	margin-bottom: 20px;
	padding: 5px;
}

/*  HOME PAGE  */
	div.news-item {
		background: #ffffcc;
		border: 1px solid #ffcc33;
		margin-bottom: 7px;
	}
	div.news-item p {
		font-size: 11px;
		margin:7px;
	}