BODY { 
  background: white;
  color: black;
  font-family: sans-serif;
}

A:link { color: #000099 }
A:visited { color: #660066 }
A:active { color: #ff0040 }

H1 {
  font-family: sans-serif;
}

H2 {
  font-family: sans-serif;
}

H3 {
  font-family: sans-serif;
}

P {
  font-family: sans-serif;
  text-align: justify;
}

UL {
  font-family: sans-serif;
}

.topbar {
  background-color: #8899aa;
  color: white;
  font-weight: bold;
  font-size: large;
  font-family: sans-serif;
}

.leftbar { 
  background-color: #ccddee;
  text-align: center;
}

.bottombar {
  background-color: #ccddee;
  font-size: x-small;
  font-family: sans-serif;
}

.topbutton {
  background-color: #8899aa;
  padding-left: 2px;
  padding-right: 2px;
  color: white;
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.topbutton A:link { 
  color: white;
  text-decoration: none;
}

.topbutton A:visited {
  color: white;
  text-decoration: none;
}

.navbutton {
  background-color: #8899aa;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}

.navbutton A:link { color: white; text-decoration: none }
.navbutton A:visited { color: white; text-decoration: none }

.navlist {
  background-color: #8899aa;
  color: white;
  font-family: sans-serif;
  font-size: small;
  text-align: left;
  text-transform: capitalize;
}

.navlist A:link { color: white; text-decoration: none }
.navlist A:visited { color: white; text-decoration: none }

.search {
  padding: 0px;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  text-align: left;
}

.searchInput {
  padding: 0px;
  color: black;
  font-family: sans-serif;
  font-size: x-small;
  font-weight: normal;
}

.frametext {
  font-family: sans-serif;
}

.info {
  border: #ccddee 5px solid;
  padding: 5px;
  font-family: sans-serif;
  text-align: justify;
}

.info2 {
  padding: 5px;
  font-family: sans-serif;
  text-align: justify;
}

.section { 
  background-color: #8899aa;
  color: white;
  font-family: sans-serif;
  font-size: large;
  font-weight: bold;
}
 
.section A:link {
  color: white;
}

.section A:visited {
  color: white;
}

.sectionItem {
  font-family: sans-serif;
}

