body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;index.html
	font-size:10px;
	color:#555;
	margin: 0px auto;
}

#projectInfo {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:2px;
	font-size: 11px; 
	line-height: 15px;
	font-weight: normal;
	width: 230px;
	height: 500px;
	position:absolute;
	
}

#projectInfo a {
	text-decoration:none; 
	color: #777777; 
	background-color: #DFDFDF;
	font-size: 11px; 
	font-weight: bold;
}


#projectInfo a:visited{ 
	text-decoration:none; 
	color: #777777; 
	background-color: #DFDFDF;
	font-size: 11px; 
	font-weight: bold;
}

#projectInfo a:active{ 
	text-decoration:none;
	color: #777777; 
	background-color: #DFDFDF;
	font-size: 12px; 
	font-weight: bold;
}

#projectInfo a:hover{
	text-decoration:inherit; 
	background-color: #8A8A8A;
	color:#66CCFF;
	cursor:ne-resize;
	font-size: 11px; 
	font-weight: bold;
}

