
/* GENERAL CSS */

  body { background-color: #FFFFFF; }

  hr { margin-left: 30px; margin-right: 30px; color: #9999CC; }

  a:link { color: #9999CC; text-decoration: none; }
  a:visited, a:active { color: #666699; text-decoration: none; }
  a:hover { color: #666699; text-decoration: underline; }

  img { border-style: none; border-width: 0; }

  #copyright { color: #9999CC; font-size: 70%; text-align: center; }

  #indextitle { color: #666699; font-weight: bold; text-align: center; }
  #country { color: #999999; font-size: 125%; font-weight: bold; text-transform: uppercase; text-align: center; }
  #title { color: #999999; font-size: 350%; font-weight: bold; text-transform: uppercase; text-align: center; }

  p.topmargin { margin-top: 0px; }
  
  #bread { color: #999999; }
  
  #border { border-style: solid; border-width: 1px; border-color: #9999CC; width: 640px; }

  #errors { color: #990000; font-size: 200%; font-weight: bold; text-align: center; }

/* PAGE-SPECIFIC CSS */

  /* Site Map */
  #smtitle { color: #999999; font-size: 400%; font-weight: bold; text-transform: uppercase; text-align: center; }
  #mainlinks { width: 100%; font-weight: bold; padding: 5px; font-size: 150%; text-align: center; }
  #nation { width: 100%; background: #C7C7E2; font-weight: bold; padding: 5px; }
  #smlink { width: 100%; text-align: left; margin-left, margin-right: 30px; margin-top, margin-bottom: 0px; }
  a.sm:link, a.sm:visited, a.sm:active { color: #000000; text-decoration: none; }
  a.sm:hover { color: #666699; text-decoration: underline; }

  /* Form */
  #border { border-style: solid; border-width: 1px; border-color: #9999CC; padding: 5px; width: 640px; }
  #titlebox { color: #333333; background-color: #C7C7E2; text-align: center; font-size: 150%; font-weight: bold; padding: 5px; }
  #subtitle { font-size: 50%; }
  #req { color: #990000; font-weight: bold; }
  #submit { width: 70%; }
  textarea { width: 90%; }
  
  /* roostdetail.php */
  #key { color: #666699; font-weight: bold; }


