body {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: small;
	color: #000;
	background-color: #fff;
	margin: 0px;
	}

h1 {
	font-size: x-large;
	color: #800000;
	background: inherit;
	font-style: italic;
	}
	
h1 span {font-size: medium;
         color: #000;
         background: inherit;
		 }

h1.black {
	font-size: x-large;
	color: #000;
	background: inherit;
	font-style: italic;
    }

h2 {
	font-size: medium;
	color: #800000;
	background: inherit;
	font-style: italic;
	}
h2 span {font-size: medium;
         color: #000;
         background: inherit;
		 }

h2.black {
	font-size: medium;
	color: #000;
	background: inherit;
	font-style: italic;
	}
h3,h4,h5 {
	font-size: medium;
	color: #000;
	background: inherit;
	font-style: italic;
	}
table {
	border: thin solid #000;
}

th, td {
	padding: 0.25em;
	text-align: left;
	border: thin solid #000;
}


caption {
	text-align: left;
	font-weight: bold;
}
	
a {
	font-size: small;
	font-weight: bold;
	}

a:link {color: #000; background: inherit;}
a:visited {color:#999; background: inherit;}
a:hover, a:active {color:#800000; background: inherit;}

ul {list-style: none;}

pre {
	font: small/1.25em monospace;
	color: #333;
	background: inherit;
    }

.ahem {display: none;}

.codingbox {margin: 1em 0px;
	padding: 1em;
	border: thin solid #333;
	width: 95%;
    font-size:0.85em;
	}

.interior {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	}


a.interior {color: #800000; background: inherit;}
a.interior:link {color: #800000; background: inherit;}
a.interior:visited {color:#999; background: inherit;}
a.interior:hover, a.interior:active {color:#000; background: inherit;}


#header {  position:absolute; 
           left:0px; 
           top:0px;
		   }


#links {  position:absolute; 
          left:25px; 
		  top:190px;
		  }

#divbar1 { position:absolute; 
           left:0px; 
	   top:226px;
		   }


#bodytext {  position:absolute; 
             top:267px; 
	     width: 90%;
	     padding-bottom:3em;
	     margin-left: 2%;
	     border: 0;
			 }

.bold {
	font-weight: bold;
	}


.boldred {
	font-weight: bold;
	color: #800000;
	background: inherit;
	}


.eyes {
	font-size: large;
	font-weight: bold;
	color: #3F0;
	background: inherit;
	}


.boldred2 {
	font-weight: bold;
	color: #800000;
	background: inherit;
	font-style: italic;
	}
	

.highlight {
        color: inherit;
	background: #ffff99;
}

.highlight2 {
        color: inherit;
	background: #F8C4AD;
}

.floatleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.floatright {
	float: right;
	margin-right: 1em;
	margin-bottom: 1em;
}

.clearboth {
	clear: both;
}


.dup-magenta {
	color: #c0c;
	background: inherit;
}

.spaceimg {
	margin-top: 0.50em;
	margin-bottom: 0.50em;
}

