
#menu a {
  color:white;
  text-decoration:none;
}

#menu a:hover {
  text-decoration:underline;
}

#menu {
  background-color:#79b9e1; /* #33a8d4;*/ /*#297bad;*/ /*#003366;*/
  color:white;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  padding:4px;
  margin:0;
  text-align:center;
/*  border-bottom-width:1px;
  border-bottom-color:#33a8d4;
  border-bottom-style:solid;*/
}

#menu a {
}

#menu span.menu_spacer {
  padding-left:8px;
  padding-right:8px;
}

h1 {
  color:#585f9e;
  font-size:16px;
  font-weight:normal;
  font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
  color:#FF9C00;
  font-size:14px;
  font-weight:normal;
}

h3 {
  color:#585f9e;
  font-size:12px;
  font-family:Georgia, "Times New Roman", Times, serif;
}

h3.post-title {
  color:#585f9e;
  font-size:14px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
}