#common a, #common p {
	color: #ffffff;
	font-size: 16px; 
	font-family: 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;
	font-weight: normal; 
	font-style: italic;
	text-transform: none;
}

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

#common a {
	text-decoration: none;
}

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

}