/* This CSS page is verified CSS Level 3.
   http://jigsaw.w3.org/css-validator/check/referer */

body { 
   font-family: Verdana, sans-serif;
   background-color: #F0FFFF; /* Azure */
}

/* For the "Outpost BBS" header on each page to
   link back to the index page */
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
  color:#2E8B57;
  font-variant: small-caps;
  font-weight:  bolder;
  text-decoration: none;
}

h3 {
   color: #8B0000;
   font-style: italic;
}

a { 
   text-decoration: none;
}

a:link { 
   color: #0000FF; 
}

a:visited { 
   color: #DC143C; 
}

a:hover { 
   color: #2E8B57; 
   text-decoration: underline;
}

a:active { 
   color: #4682B4;
   text-decoration: underline;
}

p {
  text-align: justify;
}

img { 
 border: 0;
}

hr {
  margin-left: auto;
  margin-right: auto;
}

