p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	word-spacing: 2px;
	color: #666666;
	} 
H1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	} 

.projectContent {
	margin-right: 10px;
	} 

.imageTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	} 
.cover{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-left: 10px;
	color: #999999;
	} 

.imageContent {
	margin-left: 10px;
	margin-right: 10px;
	} 
a:link {
	text-decoration: none;
	color: #FF9933;
}

a:visited {
  text-decoration: none;
  color: #996600;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	color: #FF0000;
	}
BODY
{
scrollbar-face-color: white;
scrollbar-shadow-color: #CCCCCC;
scrollbar-highlight-color: #CCCCCC;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-color: white;
scrollbar-track-color: #FBFBFB;
scrollbar-arrow-color: black;
}