/* 
	MMstyles.css
*/

  	body.bg {
		background-color: White;
		border: 0;
		padding: 0;
	}

	.title {
		text-align: center;
		color: White;
		background-color: #1C3472;
		font-size: 14px;
	}
	
	.direction {
	    font-family: Arial Black, Arial;
	    font-size: 24px;
	    text-align: right;
	}
	 
	 label {cursor: hand;}
