/* CSS Document */
 body { background-color: #0e0d0d;
 }
 
 p {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
	line-height: 20px; 
	color: #999999; 
	}

.about a {
	color: #999999; 
	font-size: 12px;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	}