a.nav:link { color: white;
text-decoration: none;
}
a.nav:active { color: black;
text-decoration: none;
}
a.nav:visited { color: white;
text-decoration: none;
}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background: white;
  position: absolute;
  margin: 0px;
}

.lightbg {
	background-color: #BCDBCD;
	}

.darkbg {
	background-color: #228859;
	}

.topnav { 
   font-size: x-small;
   color: white;
   text-align: right;
   font-weight: bold;
   background-color: #228859;
} 

.bottomnav { 
   font-size: xx-small;
   color: white;
   text-align: center;
      font-weight: bold;
	  background-color: #228859;
} 
.copyright { 
   font-size: xx-small;
   text-align: center;
} 

.reversetxt {
color: white;
}


h1 { font-size: xx-large;

}

h2 { font-size: x-large;

}

h3 { font-size: large;

}

h4 { font-size: small;
	color: #228859;

}

h5 { font-size: small;

}

h6 { font-size: xx-small;

}

p { font-size: small;

}

ul { font-size: small;

}
.italic { font-style: italic;
			font-size: small;
			font-weight: bold;
}
.para { font-size: xx-small:
}

legend { font-size: small;
 font-weight: bold;
 color: black;
 }
