﻿
body {
  margin: 0px 0px 0px 0px;
  padding: 8px;
  font-family: Verdana, Arial, Helvetica, Homerton, sans-serif;
  font-size: 80%;
  line-height: 120%;
  color: #012f01; /* very dark green text */
  background: #46501c; /* #004001; */
}

a:link { color: #e2e135; background: transparent; border-bottom: 0px dotted #ffffff; text-decoration: none; outline: none; }
/* a:link was #4000ff */

a:visited { color: #0000ff; background: transparent; border-bottom: 1px dotted #ffffff; text-decoration: none; outline: none; }

a:hover { color: #cc0000; background: transparent; border-bottom: 1px solid #ffffff; font-weight:normal; text-decoration: none; outline: none; }

h1 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, "Trinity", serif;
	font-size: 240%;
	font-style: italic;
	font-weight: bold;
	color: #e2e135;
	background: transparent;
	margin: 32px 8px 20px 96px;
}

h2 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Homerton, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	background: transparent;
	margin: 2px 0px;
}

h3 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Homerton, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #013d73;
	background: transparent;
	margin: 2px 0px;
}
 
h4, h5, h6 { text-align: left; }
h4 { font: bold 110% Verdana, Arial, Helvetica, Homerton, sans-serif }
h5 { font: bold 80% Verdana, Arial, Helvetica, Homerton, sans-serif }    
h6 { font: bold 60% Verdana, Arial, Helvetica, Homerton, sans-serif }    

strong, b { font-weight: bold; }
em {font-style: italic; }
.redtext { color: #ff0000; }
.fixed-size { font-size: 10px !important; }
.smalltext { font-size: smaller; }
.largetext { font-size: larger; }
.largeboldtext { font-size:larger; font-weight: bold; }

#container {
   width: 760px;
   margin-right:auto;
   margin-left: auto;
   margin-top: 0em;
   margin-bottom: 0em;
   padding: 4px;
}   

.container {
   background: #807e00; /* #008001; */
   text-align: justify;
   background-image: url("images/logo.png");
   background-repeat: no-repeat;
   background-position: 8px 8px;
}   

#inputimage {
   float: right;
   margin-top: 8px;
   margin-right: 4px;
   margin-bottom: 8px;
   margin-left: 8px;
}
   
#textbox {
   width: 635px;
   margin-right:auto;
   margin-left: auto;
   margin-top: 0em;
   margin-bottom: 2em;
   padding: 6px;   
}   
   
.textbox {
   background: #daed98; /* #a4ebeb; */
   text-align: justify;
}   

.indent {
 margin: 0.5em;
}

.emaillink {
   margin: 0em 6em 0em 0em;
   text-align: right;
   color: #e2e135;
}

.bitsmaller {
  font-size: 90%;
}

.adlink {
        float: right;
        margin-top: -600px;
        margin-left: 40px;
    	margin-right: -180px;
	}

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  acronym {speak: normal;}
  abbr.initialism {speak: spell-out;}
  abbr.truncation {speak: normal;}
  .hide { speak: none }
  dt { pause-before: 20% }
}

