body
  {
  background-color : gainsboro;
  font-family : Verdana, Arial, sans-serif;
  font-size : 10pt;
  /* color : darkblue; */
  color : darkgreen;
  }

a
  {
  padding : 3px;
  }

.h1
  {
  font-size : 60pt;
  }
  
.frame
  {
  position : relative;
  left : 230px;
  width : 520px;
  padding-top : 184px;
  height : 180px;
  }

.sidebar
  {
  position : absolute;
  width : 230px;
  height : 100%;
  padding-left : 10px;
  padding-top  : 180px;
  }

.menu
  {
  width : 100%;
  padding-left : 10px;
  padding-right : 10px;
  line-height : 250%;
  font-weight : bold;
  font-family : Verdana, sans-serif;
  font-size : 12pt;
  color : darkred;
  }

.menu a
  {
  width : 100%;
  text-decoration : none;
  color : darkred;
  }

.menu a:hover
  {
  color : darkgreen;
  }

.content
  {
  position : relative;
  height : 360px;
  }

.text
  {
  background-color : transparent;
  width : 100%;
  font-weight : lighter;
  text-align : left;
  line-height : 140%;
  padding-left : 15px;
  }

.textcenter
  {
  background-color : transparent;
  width : 100%;
  font-weight : lighter;
  text-align : center;
  }

.textright
  {
  background-color : transparent;
  width : 100%;
  font-weight : lighter;
  text-align : right;
  }

.imgright
  {
  float : right;
  background-color : transparent;
  width : 100%;
  font-weight : lighter;
  }

.textindent
  {
  background-color : transparent;
  font-weight : lighter;
  text-align : left;
  text-indent : 30px;
  }

.notes
  {
  background-color : transparent;
  position : relative;
  padding-top : 10px;
  font-family : Tahoma, Helvetica, sans-serif;
  font-size : 8pt;
  text-align : center;
  color : darkgreen;
  }

.mainimg
  {
  text-align : center;
  border : 0;
  }

.content10
  {
  position : relative;
  top : 10%;
  height : 100%;
  }

.content15
  {
  position : relative;
  top : 15%;
  height : 100%;
  }

.content20
  {
  position : relative;
  top : 20%;
  height : 100%;
  }

.content25
  {
  position : relative;
  top : 25%;
  height : 100%;
  }

.content30
  {
  position : relative;
  top : 30%;
  height : 100%;
  }

.content35
  {
  position : relative;
  top : 35%;
  height : 100%;
  }

.content40
  {
  position : relative;
  top : 40%;
  height : 100%;
  }

.content45
  {
  position : relative;
  top : 45%;
  height : 100%;
  }
