
/* Basic Style sheet for simple sites */

body {*background-color: #004080;
      color: black;
      margin: 0px;
      padding: 0px;
      justify: left;
      font-size: medium;
      font-weight: normal;
      font-family: verdana, arial, helvetica, verdana, tahoma, sans-serif;}

a:link {color: blue; font-weight: bold;}
a:hover {color: red; 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; color: red; font-weight: bold; text-align: center;} 
h2   {font-size: small; font-weight: bold; color: navy; text-align: center;}
h3   {font-size: medium; font-weight: bold; color: red; text-align:center;}
h4   {font-size: medium; color: black; font-weight: bold; text-align: center;}
h5   {font-size: large; font-weight: bold; color: red; text-align:center;}

strong {font-weight: bold;}

/* This is a comment*/
/* All Content Boxes belong to the class ".content"*/

.content {position: relative;
          width: auto; 
          margin: 0, 0, 0, 0;
          border: none;
          background-color: white;
          color: black;
          font-size: medium;
          padding: 20px;}

.indent {padding-left:10px;}

/* following styles the GetResponse subscription box*/

#GRSubscribeForm fieldset {width: 260px;border: 0;}
#GRSubscribeForm table {border: 0;}

