body {
	margin-top: 18px;
	margin-left: 20px;
	background-color: #CCCCCC;
}

p {
	font-family: helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px; 
	line-height: 16px;
	color: #FFFFFF;
}


a {
	font-family: helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px; 
	line-height: 16px;
	color: #6699FF;
	text-decoration: none;
}


a:hover {
	font-family: helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px; 
	line-height: 17px;
	color: #000033;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.projects {
	font-family: helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px; 
	line-height: 16px;
	color: #0000FF;
	text-decoration: none;
}

a.projects:hover {
	font-family: helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px; 
	line-height: 16px;
	color: #0000FF;
	background-color: #FFFFFF;
	text-decoration: none;
}

b {
	font-family: helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px; 
	line-height: 16px;
	color: #000033;
	text-decoration: none;
}


