a:link, a:visited, a:active {
    color: #FFA600;
    text-decoration: none;
  }


a:hover {
    color: #FFF200;
    text-decoration: none;
  }


form {
    margin: 0;
  }


h1, h2, h3, h4, h5 {
    margin: 5px 0px 5px 0px;
  }


.header {
    background-color: #336699;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
  }


.menu {
    background-color: #FFA600;
    padding: 8;
    width: 150px;
    vertical-align: top;
  }


.menu ul, .menu li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 3px;
  }


.current {
    font-weight: bold;
  }

.current_date {
    font-style : italic;
    text-align: left;
    padding: 0px;
    font-size: 7px; 
    color: #333333;
  }


.highlight {
    background-color: #D0D0D0;
  }


.post_encab {
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFA600;
  }

.post_title, .post_date {
    border-bottom: 1px solid #222222;
}

.post_title {
    font-weight: bold;
    padding: 5px;
    font-size: 10px; 
    color: #333333;
}

.post_short {
    text-align: justify;
    padding: 7px;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.post_date {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
    font-style : italic;
    padding: 2px;
    color: #333333;
}

.post_more {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left; 
    padding: 7px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #FFA600;
}


.content {
    background-color: #000000;
    padding: 2px;
    height: 600px;
    vertical-align: top;
  }


.footer {
    background-color: #333333;
    text-align: center;
    font-size: 10px;
    height: 10px;
  }


