
/* CSS M2M-Ghana */

a 		{
		color: #ff7609;
		font-family: Verdana, Arial;
		font-size: 12px;
		text-decoration: underline;
		}
		
.buttons {
		color: white;
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: bold;	
		text-decoration: none;	
		}
		
a:hover {
		color: #ff7609;
		}

a.on:link, a.on:active, a.on:visited {
		color: #green;
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;	
		}
	
a.on:hover { 
		color: #ff7609;
		}
