body {background-color: #000062;
      color: black;
      margin: 30px;
      padding: o;
      font-size: medium;
      font-family: verdana, tahoma, arial, helvetica, sans-serif;}


a:link {color: blue; font-weight: bold;}
a:visited {color: purple; font-weight: bold;}
a:hover {color: red; font-weight: bold; }
      
Span.HiLite {color: black; background: yellow; font-weight: bold;}      

h1   {font-size: medium; font-weight: bold; text-align: center;} 

h2   {font-size: small; font-weight: bold; text-align: center;}

h3   {font-size: medium; font-color: blue;}

h5   {font-size: smallest; font-color: dark blue; }

strong {font-weight: bold;}

.content>p+p {text-indent: 30px;}


/* This is a comment*/
/* All Content Boxes belong to the class ".content"*/

.content {position: relative;
          width: auto;
          margin: 0, 210px, 0, 210px;
          border: none;
          padding: 10px;
          background-color: white;
          color: black;
          font-size: medium;
          font-family: verdana, tahoma, arial, helvetica, sans-serif;}
          
#header {position: absolute; z-index:10;}

#left {position: absolute; width: 16%;
           top: 210px; left:20px;   
           font-size: smallest;
           background-color: white; color: black;}

#right {position: absolute; width:16%;
            margin-left:80%;
            top: 210px; right: 20px;
            font-size:smallest;
            background-color: white; color: black;}

#middle {margin-left: 20%; margin-right: 20%;
         background-color: white; color: black;}

#footer {margin-left: 20px; margin-right: 20px;}
         
         
#indent {margin-left: 15%;}         
           
#boxed {width: 100%; margin-left: 15%; margin-right: 15%; 
       border-width: thin; border-style: solid;
       border-color: black;
       background-color: #FFFF80; 
       color: black; text-align: left;
       font-size: small;
       padding: 15px;}
 

