/* PurcellvilleCoC.org style.css */
 
  :link.TOC { /* for unvisited links */
    color: F5F5DC; 
    text-decoration:none; 
    font-size: 105%;
    font-weight: normal;
  }  
  :visited.TOC { /* for visited links */
    color: F5F5DC; 
    text-decoration:none; 
    font-size: 105%;
    font-weight: normal;
  } 
  :active.TOC { /* when link is clicked */
    color: B22222; 
    font-size: 105%;
    font-weight: normal;
  } 
  :hover.TOC { /* when mouse is over link */
    color: B22222; 
    font-size: 105%;
    font-weight: normal;
  }  

  :link { /* for unvisited links */
    color: A52A2A;
    font-weight: bold;
    text-decoration:none;
  }  
  :visited { /* for visited links */
    color: A52A2A;
    font-weight: bold;
    text-decoration:none;
  } 
  :active { /* when link is clicked */
    color: 009933;
    font-weight: bold;
  } 
  :hover { /* when mouse is over link */
    color: 009933;
    font-weight: bold;
  } 

  body {
    color: navy;
    font-family: Arial, Verdana, Gillsans, Tahoma, sans-serif;
    font-size: 12pt;
  }

  h1 { 
    font-size: 25%; 
    text-align: center;
    color: navy;
  }
  h2 { 
    font-size: 75%; 
    text-align: left;
    color: navy;
  }
  h3 { 
    font-size: 100%; 
    color: navy;
    text-decoration: normal;
  }
  p {
    font-size: 90%; 
  }
  p.SLOGAN {
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    color: navy;
  }
  p.SUBHEADER {
    font-size: 175%;
    font-weight: bold;
    font-style: normal;
    text-align: right;
    color: navy;
  }
  p.VERSE {
    font-family: courier;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
  }
  p.COPYRIGHT {
    font-size: 65%;
    font-weight: normal;
    font-style: normal;
    text-align: center;
  }
  p.VINFO {
    font-size: 65%;
    font-weight: normal;
    font-style: italic;
    text-align: center;
  }

  li {
    font-size: 90%; 
  }
  dt {
    font-size: 90%; 
  }
  dd {
    font-size: 90%; 
  }

  strong { 
    text-transform: uppercase;  
    font-weight: bold; 
  }
  em { 
    font-style: normal; 
    font-weight: bold; 
    color: blue;
  }

  pre {
    font-family: courier;
    font-size: 100%;
  }

  table {
    border: 0;
    border-spacing: 5px;
    background-color: white;
  }
  td {
    border: 0;
    border-width: 0;
    font-size: 90%;
  }

  BLOCKQUOTE {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    margin-left: 1em; 
    margin-right: 1em;
  }



