.default {
	color: #595959;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 17px;
}
.projects {
	color: #595959;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 17px;
}
.selected {
	color: #5BB000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 17px;
}
.subnav {
	color: #282828;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 17px;
}
.footer {
	color: #595959;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.projects A {
	color: #000000;
	text-decoration: none;
}
A {
	color: #282828;
	text-decoration: none;
}
A:hover {
	color: #FFFFFF;
	background-color: #282828;
	text-decoration: none;
}