/*

  Part of MwendanoWeb project.
  YPH (c) 2019 All rights reserved.
  
  This style sheet is for interface decoration.


*/



@font-face {
  font-family:OpenSansBd;
  font-display: block ; 
  src: url(../pdt/opensans.ttf);
}


html{
	background-color:white;
}

body{

	margin-left:0;
	padding-left:0;
}

/* Div wrapping game canvas.   */
#gmd{
	position:absolute;
	
	/* For facebook, set 0 */
	left:0spx;
}


#cv{
	border: 2px solid #360c0c; 
	background-color:#798ba5; 
	font-family:OpenSansBd;
	
}













