@charset "utf-8";
/* CSS Document */

      #calendar table {
        width: 290px;
        text-align: center;
        color:#666666;
        font-size:13px;
        font-weight:normal;
      }
      #calendar table td, #calendar table th {
        margin: 0;
        padding: 2px;
      }
      #calendar a:link {
        font-size: 13px; color: #666666; text-decoration: underline; font-weight: bold; 
      }
      #calendar a:visited {
        font-size: 13px; color: #666666; text-decoration: underline; font-weight: bold; 
      }
      #calendar a:active {
        font-size: 13px; color: #666666; text-decoration: underline; font-weight: bold; 
      }
      #calendar a:hover {
        font-size: 13px; color: #A39951; text-decoration: underline; font-weight: bold;  
      }
      #article_content a {
        text-decoration: none !important;
      }
      #article_content a:hover {
        text-decoration: underline !important;
      }
      h1 {
        margin: 0; 
        padding: 0; 
        line-height: normal !important;
      }