
/* ************************************************ */
/* Generic Design Css: design.css */



body {
	margin-left:50;
	margin-right:50;
	margin-top:0;  /* Alt: 100 */
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
 	color:#000000;  /* Alt: #B70525 */
	}


#body {
	margin-left:auto;
	margin-right:auto;
}                         


iframe:focus {
  outline: none;
}

iframe[seamless] {
  display: block;
}

html {
    overflow:auto;
}

* html #body { height: 100%; width: 100%; overflow:auto; }
