html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#ffffff;
	margin: 4px;
	height:100%;
}

a, a:visited {
	color: #999933;
	text-decoration: none;
}
a:hover {
	color: #cc9900;
}

table#main {
	border-left: 1px dotted #ccccf0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	border-right:1px dotted #ccccf0;
	text-align:center;
	padding: 2px 8px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-top: 2px;
	margin-bottom: 8px;
}
h2 {
	color:#808088;
	font-size:8px;
	margin-top: 2px;
	margin-bottom: 4px;
}
h3 {
	font-size:7px;
}
h4 {
	font-size:6px;
}
img {
	border: none;
}

.projectname { font-size: 5px; color: #666680; }
.projectyear { font-size: 4px; color: #808099; }
