body {
	background-color: #d5d6d7;
	margin: 0px;
}
td {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #333;
}
.header {
	padding-right: 20px;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	border-bottom: 1px solid #C0C0C0;
	}
	
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
.blogarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	font-size: 10pt;
	}