html {
border: 0;
margin: 0;
padding: 0;
font-size: 100%;
}

body {
border: 0;
margin: 0;
padding: 0;

overflow: hidden;
height: 100%; 
max-height: 100%;

font-family: serif;
font-size: 1em;
/*background-color: #eef;*/
}

#m{
/*position: absolute;*/
position: fixed;
top: 0; 
left: 0;
width: 100%;
/*height: 3.3em;
overflow: hidden;*/
padding: 0.5em;
font: 100% monospace;
}

#mm{padding-top:0.3em}

#p{
position: fixed;
top: 3.8em;
left: 0;
right: 0;
bottom: 0;
overflow: auto;
/*padding: 0.3em;*/
/*background-color: #eef;*/
/*text-align:center;margin:0 auto;*/
border-top:1px solid #736AFF;
}

/*#p > div {border: 1px solid black;}*/
/*#p > div { width:1024px; margin:auto; }*/
/*#p > div { align:center; }*/

/*IE6 hack*/
/*
* html body{
padding: 3.8em 0 0 0;
}

* html .pg{
height: 100%; 
width: 100%; 
}
*/

.msg{color:red}
.on{font-weight:bold}
.off{font-weight:normal}

