/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 15pt Comic Sans MS, Tahoma;
	font-weight: bolder;
	color: #6c0000; 
	background: #fff2cd url(/beige089.jpg);
	margin: 0; 
	padding: 0;
	}
table {
       	font: 15pt Comic Sans MS, Tahoma;
	font-weight: bolder;
	color: #6c0000;
        background: #fff2cd url(/beige089.jpg); 
        color: #6c0000;
        border: 0; 
        valign: top; 
        }
p { 
	margin-top: 0; 
	text-align: justify;
	}
h1 { 
	font: 28pt Comic Sans MS, Tahoma; 
	font-weight: bolder;
        margin-bottom: 0; 
       }
h2 { 
	font: 13pt Comic Sans MS, Tahoma; 
	font-weight: bolder;
        margin-bottom: 0; 
	display: inline;
        }
h3 { 
	font: 15pt Comic Sans MS, Tahoma;
	font-weight: bolder; 
	margin-bottom: 0; 
	display: inline;
	}
pre {
        font: 15pt Comic Sans MS, Tahoma; 
        font-weight: bolder;
        }
a {
        font: 11pt Comic Sans MS, Tahoma; 
        font-weight: bolder;
        }
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6c0000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6c0000;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #ff0099;
	}
acronym {
	border-bottom: none;
	}
div.stats {
        display:inline;
        height:0px;
        left:-1000px;
        margin:0px;
        padding:0px;
        position:absolute;
        top:-1000px;
        visibility:hidden;
        width:0px
        }
em {
        font: 15pt Comic Sans MS, Tahoma; 
        font-weight: bolder;
        }

.in {
        position:absolute;
        top:10px;
        left:10px;
        margin:0px;
        padding:0px;
        width:40px
        }


