a {
	text-decoration: none;
	color: #303030;
	}

a:hover {
	color: blue;
	}
	
.lcap { display: block;
float:left; 
margin: 20px 30px 15px 5px;
width: 150px;
height: auto;
font: 10px "Times New Roman", Times, serif; 
color: #999999;
text-align: center; 
}