#common a, #common p {
	color: #464646;
	font-size: 12px; 
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
}

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

#common a {
	text-decoration: none;
}

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

}