/* game CSS settings */


  /* normal text */
  font.main	{ font-family: Verdana; font-size: 11px; line-height: 150%; text-decoration: none; } /* 0176BC */
  
  /* small text */
  font.small	{ font-family: Verdana; font-size: 10px; line-height: 130%; text-decoration: none; } /* 0176BC */
  
  /* big text */
  font.big	{ font-family: Verdana; font-size: 16px; text-decoration: none; } /* 0176BC */

  /* alert text */
  font.alert	{ font-family: Verdana; color: #cc0000 } /* 0176BC */
  
  /* bad square - can't move there */
  * html a.bad  { cursor: not-allowed; }
  a.bad  { cursor: not-allowed; }  
  
  /* good square - can move there */
  a.good { cursor: crosshair; }
	
	/* for table text boxes */
	input  { font-size: 12px; }

