div   { margin-top: 20px;
        margin-bottom: 0px;
        margin-left: 5%;
        margin-right: 5%;
        padding: 0px 20px 0px 20px;
        border-style: double; 
        border-color: orange; 
        border-width: 3px;
        line-height: 15pt;
        background: #f0f0cc;
        color: #707070; 
        font-family: "verdana", serif; 
        font-size: 10pt;
       }
.x2    { margin-top: 20px;
        margin-bottom: 0px;
        margin-left: 5%;
        margin-right: 5%;
        padding: 0px 20px 0px 20px;
        border-style: none; 
        border-color: orange; 
        border-width: 3px;
        line-height: 15pt;
        background: none;
        color: #707070; 
        font-family: "verdana", serif; 
        font-size: 10pt;
       }

body { background: #f0f0f0;
       color: #0f0f0f;
     }

h1 { font-size: 30pt;
     color: #303030;
     background: #f0f0f0;
    
   }

h2 { background: #f0f0f0;
     text-indent: 8px;
     font-size: 12pt;
     color: #707070;
     margin-top: -10px;
     margin-bottom: 30px;
   }

h3 { background: white;
     text-indent: 8px;
     font-size: 10pt;
     border-bottom: #c0c0ff 2px solid;
     border-right:none;
     border-top:none;
     border-left: none;
     color: gray;
   }



a:link { color: blue;
         background: none;
         text-decoration:none;
         border-bottom: #8080ff 1px solid;
         border-right:none;
         border-top:none;
         border-left: none;
        }

a:visited { color: #8080ff;
            background: none;
            text-decoration:none;
            border-bottom: #8080ff 1px solid;
            border-right:none;
            border-top:none;
            border-left: none;
          }

a:hover { color: black;
          background: #ffccff;
          border: none;
         }

p { padding: 0px 10px; }

img { margin: 0px 14px;
      border: 1px solid black;
    }

.right { float: right }
.left  { float: left  }


