body {
	background: white;
	color: black;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
h1 {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}
h3 {
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
}
a {
	font-size: 11px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	color: #00D000;
	border-top: 1px solid #00D000;
	border-bottom: 1px solid #00D000;
}
a.selected {
	color: #00D000;
	border-top: 1px solid #00D000;
	border-bottom: 1px solid #00D000;
}
a.selected:hover {
	color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
img.portfolio {
	border: 1px solid black;
}
a.normal:hover {
	border: 0px;
}
