



body {margin:0; padding:0; height:100%; font-family:"Comic Sans MS", Arial;}

div#header    { position: absolute;    width: 100%;    overflow: auto;    background-color: #ffffc0;   color: #0000a0;  height: 75px;    font-weight: bold;    text-align: center; width:expression(document.body.clientWidth + "px");    }

div#footer {    position:absolute;    bottom: 0;    width: 100%;    background-color: #ffbb50;   color: #0000a0;   height: 75px;    width: expression(document.body.clientWidth + "px");}

div#main{    position: absolute;    top: 75px;    bottom: 75px;    width: 100%;    background-color: #ffffc0;   color: #0000a0;   overflow: auto;    height: expression(document.body.clientHeight - (75 + 75) + "px");    width: expression(document.body.clientWidth + "px");}

div#content{   position: absolute;    left:15px;    right:15px;    background-color: #fffffc0;  color: #0000a0;  width: expression(document.body.clientWidth - 35 + "px");}

* html{     height: 100%;     width: 100%;     overflow: hidden;}

* html body{     height: 100%;     width: 100%;     overflow: auto;}

* html body #footer{     position: absolute;}

#t2{font-size:24pt}
#t6{font-size:8pt}

#c{text-align:center}
#c2 {font-size: 24pt; text-align:center}
#c3 {font-size: 20pt; text-align:center}
#c4 {font-size: 16pt; text-align:center}

#ic{text-align:center; font-style:italic}

#r { color: #ff0f00}
#r3 {font-size: 20pt; color: #ff0f00}

#kc {text-align:center; color:black }

#rc {text-align:center; color:red; }
#rc2 {font-size: 24pt; text-align:center; color:red; }

#b{font-weight:bold}


































