#common a, #common p {
	color: #526978;
	font-size: 14px; 
	font-family: Dosis,Verdana,Helvetica,sans-serif;
	font-weight: normal; 
	font-style: normal;
	text-transform: uppercase;
}

#common p {
	text-align: center;
	margin: 0;
	padding: 0;
}

#common a {
	text-decoration: none;
}

#common a:hover 
{
	color: #526978;
	text-decoration: underline;	

}