/* here's what links look like */
A:link    { color: #002C72 }
A:active  { color: #002C72 }
A:visited { color: #0058A7 }

/* page background */
body 
{ 
 /* background-color: #f0f0ff;    */
  background-image: url("images/blue_stripe1.png"); 
  text-align: center;
   margin: 0px;
   padding: 0px;
}

#wrapper {
    background-color: #E7FFFF;   
    border: 1px solid;
    border-color:red;     
    width: 480px;
    margin: 10px auto;
    padding: 10px;
    line-height: 1.3em;
  }

/* this is how text will appear by default */
P, br, LI, TD, blockquote { 
  margin: 1em; 
  font-family: "Helvetica", sans-serif;
  color: #0058A7;
  font-size: x-small;
  text-align: left;
  line-height: 1.3em;
}

/* use this for headings */
H5 {
  margin: 1em; 
  font-family: "Helvetica", sans-serif;
  color: #0058A7;
  font-size: small;
}

/* footer */
#footer1 { 
  margin: .5em; 
  font-family: "Helvetica", sans-serif;
  color: #002C72;
  font-size: xx-small;
  font-style:italic;
}

/* footer */
#footer2 { 
  margin: 0em; 
  font-family: "Helvetica", sans-serif;
  color: #002C72;
  font-size: xx-small;
  font-style:italic;
  font-weight:bold;
}

HR {
  color: #003482;
  size: 1;
}

