
/* GENERAL CSS */

  body { background-color: #FFFFFF; }

  hr { margin-left: 15px; margin-right: 15px; 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; }
  
  #sec { color: #9999CC; font-size: large; font-weight: bold; margin-top: 20px; }

/* PAGE-SPECIFIC CSS */

  /* 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%; }

  /* index */
  #eventname { color: #9999CC; font-size: large; font-weight: bold; margin-top: 15px;  margin-bottom: 10px; }
  
