td {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  margin-top: 2; 
  margin-bottom: 2;
}

a {
  color: #444444;
  text-decoration: none; 
}

a:hover {
  color: #ff4444;
  text-decoration: none; 
}

.footer_link {
  color: #888888;
  text-decoration: none; 
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
}

h1 {  
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 16px; 
  font-weight: bold; 
  color: #CC0000; 
  font-style: italic; 
  text-indent: 0; 
  margin-top: 2; 
  margin-bottom: 6;
}

.menu { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #dddddd; 
  font-weight: bold; 
  height: 96px; 
  line-height: 96px; 
  display: block;
  text-decoration: none; 
}

.menuh { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  color: #ffffff; 
  background-color: #222222;
  height: 96px; 
  line-height: 96px; 
  display: block;
  text-decoration: none; 
}

.menu:hover { 
  text-decoration: none ; 
  font-weight: bold; 
  color: #ffffff; 
  background-color: #222222;
}

.leftmenu, .leftmenuc { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #444444; 
  display: block;
  padding-top: 3px; 
  padding-bottom: 4px; 
  padding-left: 0px; 
  margin: 0px;
}

.leftmenuc {
  font-weight: bold; 
  color: #333333; 
}

.leftmenuh { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #ffffff; 
  display: block;
  padding-top: 3px; 
  padding-bottom: 4px; 
  padding-left: 6px; 
  background-color: #000000;
  margin: 0px;
}

.leftmenu:hover { 
  color: #ffffff; 
  padding-left: 6px; 
  text-decoration: none; 
  background-color: #555555;
}


.notes {
    border: #cbd6f4;
    background-color: #ffffdf;
    margin-left: 8px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-left: 8px;
    padding-top: 8px; 
    padding-right: 8px;
    padding-bottom: 8px; 
    border-style: solid;
    border-width: 1px;
    color: #444444;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    text-decoration: none;
}

p.author {
  font-style:italic;
  text-indent: 20px;
  text-align: right;
}

p.question {
  background: url(/images/q.png) no-repeat;
  text-indent: 30px;
  line-height: 21px;
} 

p.answer {
  background: url(/images/a.png) no-repeat;
  text-indent: 30px;
  line-height: 21px;
} 

p.quote {
  background: url(/images/quote.png) no-repeat;
  text-indent: 20px;
  font-style: italic;
} 

h2.collection_header {
  font-family: Impact, Helvetica, Verdana, Arial, sans-serif; 
  font-size: 24px; 
  font-weight: normal;  /* bold */
  color: #ddd;
  margin-top: 12px; 
  margin-bottom: 0px;
}

