
/* Basic Style sheet for Co-Reg Services */

body {background-color: #004080;
      color: black;
      margin: 0px;
      padding: 0px;
      justify: left;
      font-size: 12px;
      font-weight: normal;
      font-family: 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: large; color: red; font-weight: bold; text-align: center;} 
h2   {font-size: small; font-weight: bold; color: navy;}
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

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: 12px;
          padding: 20px;}

.indent {padding-left:10px;}

/* following styles the GetResponse subscription box*/

#GRSubscribeForm fieldset {width: 260px;border: 0;}
#GRSubscribeForm table {border: 0;}

