body {
	background-color: #CCC;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}

.portfoliotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	letter-spacing: 1px;
	padding-top: 6px;
	padding-left: 2px;
}

.abouttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
.abouttextfirstline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	letter-spacing: 6px;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 4px;
}
.grayrule {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.prevnext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	letter-spacing: 2px;
	padding-left: 2px;
}
img.map, map area{
    outline: none;
}