
code, samp, kbd, var {
 font-family: "Courier New", Courier, Monaco, monospace ;
}

pre {
 white-space: pre;
 margin-left: 0.5%;
 border: 1px solid;
 padding: 1%;
 width: 94%;
}

td pre {
	border: 0;
	margin: 0;
	padding: 0;
}

li p { 
	margin-left:0;
}


fieldset {
  border: 1px solid black;
  padding: 0.5em 0.5em 0.5em 0.5em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	margin-left: 1em;
}

fieldset fieldset {
	border: thin dotted silver;
}


legend {
  font-size: 1em;
  font-weight: bolder;
}


label {
  font-size: 1.0em;
  font-weight: bolder;
  display: inline;
}

fieldset fieldset label {
 font-weight: normal;
}

fieldset p {
	margin-top: 0;
	margin-bottom: 0;
}


dt {
	font-weight: bolder;
	display: compact;
	margin-top: 0.5em;
}

dd {
	 margin-left: 3em;
}


table {
  border: 0;
  color: black;
  background: transparent none;
  empty-cells: show;
  border-spacing: 2px;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 1em;
}

td {
     padding: 0.4em;
     border: 1px solid silver;
}


th {
  background: white none;
  color: black;
  border: 1px solid silver;
  font-weight: bold;
  text-align: center;
  padding: 0.4em;
}




html {
   margin: 0;
   background: white none;
   padding: 0;
}



body {
   font-family: "Trebuchet MS", Arial, sans-serif ; 
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   margin-bottom: 0;
   color: #000000;  
   background: white none;
   padding-right: 0;
   padding-left: 0;
   padding-top: 0;
   padding-bottom: 0;
}

input {
	line-height: 1em;
	font-family: "Courier New", Prestige, monospace;
	vertical-align: bottom;

}


p {
	margin-left: 2%;
	margin-top: 0em;
	margin-bottom: 1em; 
	margin-right: 2%;
}

address {
	margin-left: 2%;
	margin-top: 0em;
	margin-bottom: 1em; 
	margin-right: 2%;
}




h1 {
  padding-top: 1.5em;
  color: black;
  background: transparent none;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0.3em;
  line-height: 1.2em;
}


h2 {
	text-align: left;
	color:  black;
	background: transparent none;
	padding: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
        margin-left: 0;
        margin-right: 0;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding-top: 1.5em;
}

h3 {
  color: black;
  background: transparent none;
  padding-top: 1.5em;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 1em;
  width: auto;
  margin-top: 0em;
  margin-bottom: 0.5em;
  margin-left: 0em;
  margin-right: 1em;
}

 
h4 {
  color:  #BC6E00;
 	background: transparent none;
  padding-left: 1em;
}

h5 {
  color:  #000000;
  background: #FAF4E1 none;
  padding-left: 1em;
}




p img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	width: auto;
}

a {
 background: transparent none;
 color: blue;
 padding: 3px;
}



a:link {
 color: blue;
}



a:visited {
 color: purple;
 background: transparent none;
}


a:active {
 color: #990000;
 background: transparent none;
}


a:hover {
   padding: 2px;
   color: white;
   background: black none;
   text-decoration: none;
}



caption {
	font-weight: bolder;
	font-size: 1.1em;
}


blockquote {
	font-style: italic;
}


input[type="text"] {
  	line-height: 1.5em;
  	font-size: 1em;
 	font-weight: bold;
	font-family: "Courier New", Prestige, monospace;

}

input[type="checkbox"] {
  color: black;
  width: 1em;
	height: 1em;
  font-size: 1em;
}


input[type="radio"] {
  color: black;
  font-size: 2em;
  padding: 0.2em;
}

optgroup {
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-weight: bolder;
  padding-left: 0;
}

input[type="submit"] {
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  color: black;
  font-size: 1em;
  padding: 0.2em;
  font-weight: bold;
}


option {
  line-height: 1.4em;
  font-size: 1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
  padding-left: 1.5em;
  font-family: "Courier New", Prestige, monospace;

}

select {
	margin-left: 1em;
        font-family: "Courier New", Prestige, monospace;
}

textarea {
  font-family: "Courier New", Prestige, monospace;
  font-size: 1em;
  color: black;
  background-color: white;
  padding-left: 0.3em;
}

fieldset fieldset ul li {
	list-style-type: none;
}




