
a:link {color:#FFFF00;}      /* unvisited link */
a:visited {color:#00FF00;}   /* visited link */
a:hover {color:#FF0000;}  /* mouse over link */
a:active {color:#FF0000 ;}  /* selected link */

body {
      margin-right: 5%;     
      background: url("pix/background.jpg");
      font-family: Garamond, serif, Verdana, Helvetica, "Times New Roman";
      color: white ;
     }


h1 {
    color: white;
    font-size: 32pt;
   }


h2 {     color: white;
    text-align: center;
     font-size: 20pt;
   }


h5 {            color: white;
     background-color: gray;
           text-align: center;
            font-size:  14px;
          margin-left: 150px;
        margin-bottom:  55px;
          font-weight: bold;
   }


hr { color: white;
     width: 40%;
   }


p {      color: white;
     font-size: 22px;
   font-weight: 500;
   line-height: 29px;
   font-family: Garamond, serif, Verdana, Helvetica, "Times New Roman";
  }


#left {
    position: absolute;
        left:  10px;
         top: 275px;
       width: 150px
}


#center{
   margin-left:  175px;
   margin-right:  10px;
}


#right{
    position: absolute;
    right:  10px;
    top:   225px;
    width: 150px;
}


#let1{
   font-size: 28px;
   font-weight: 800;
}


.klein { font-size: 15px;
             color: white;
       font-weight: 550;
       line-height: 19px;
       font-family: Garamond, serif, Verdana, Helvetica, "Times New Roman";

 
table {
  vertical-align: top;
           color: green ;
          border: 0;
   padding-right: 1em;
      }


img { border: 0; }


blockquote {
     font-size: 16px;
         color: white;
   font-family: Courier, monospace; 
   margin-left: 40px;
  margin-right: 40px;
           }


ol,ul {
   font-size: 11pt;
       color: white;
}