body {
  font-size: 100%;
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: #000000;
  background-color: #FFFFDD;
  background-image: none;
}
td input {
  font-size: 60%;
}
label font{
 font-size: 60%;
}
.leftbar {
  float: left;
  width: 180px;
  margin-bottom: 80px;
}
#cse-search-results {
  float: left;
  width: 800px;
}
.logo {
  padding: 0;
  margin: 0; 
} 
.navbar {
}
.centrebar {
  margin: 1em;
}
.banner {
}
.slogan {
  margin: 0;
  font-family: "Times New Roman", serif;
  font-size: 220%;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
.altlang {
}
.breadcrumbs {
}
.main {
}
.post {
  width: 800px;
}
.resources {
}
.sponsors {
}
h1 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 160%;
  text-align: center;
}
h2 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 130%;
}
h3 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 110%;
}
h4 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 100%;
}
a {
  text-decoration: underline;
  color:  #FF0000;
  background: transparent;
  font-weight: bold;
  outline: none;
}
a.externallink {
  text-decoration: underline;
  color:  #802020;
  background: transparent;
  font-weight: bold;
  font-style: italic;
  outline: none;
}
a:visited {
  color:  #CC0000;
  background: transparent;
  font-weight: bold;
}
a:active {
  color: #884400;
  background: transparent;
}
a:hover {
  color: #880000;
  background: #FFFF00;
  font-weight: bold;
}
ol.rm {
  list-style-type: lower-roman;
}
img {
  border: 0;
}
.trows {
  width:100%;
  display: table;
  padding: 0;
  margin: 0;
}
.trows .tcols {
  list-style-type: none;
  margin:0px;
  width: 24.5%;
  float:left;
  background:#ffffaa;
  color:#000000;
  margin-bottom: 1px;
}
.quote {
  font-size: small;
  background: #ffffff;
  color: #000000;
  border: 2px groove blue;
  margin: 3em;
}


