body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: arial;
    font-size: 14;
    color: #666;
}

h1, h2, h3, h4, h5{
    margin-bottom: 10px;
    padding: 0;
}

a{
    color: #0e148f;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

fieldset{
    margin-bottom: 10px;
}

#wrapper{
    width: 820px;
    border: 1px solid #666;
    padding: 10px;
    margin: 10px;
}

#header{
    text-align: left;
}

.headerlogo{
    font-size: 40px;
    font-weight: bold;
}

#content{
    text-align: left;
}

#pagecontent{
    width: 600px;
    padding: 5px;
    float: right;
    text-align: justify;
}

#sidebar{
    text-align: center;
    padding: 5px;
    width: 190px;
    float: left;
    font-weight: bold;
    font-size: 16px;
}

.copyright{
    text-align: center;
    font-size: 12px;
}

#navmenu{
    list-style: none;
    padding: 0;
    margin: 0;
}

.posttitle{
    color: #600000;
    font-size: 20px;
    font-weight: bold;
}

.postindate{
    font-size: 10px;
    color: #999;
}

.contentheader{
    color: #600000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.square{
    list-style-type: square;
    font-size: 10px;
}

.note{
    font-size: 10px;
    color: #ff0000;
}

.poweredby{
    font-size: 10px;
    color: #666;
}

#lasttweet{
    color: #25ccff;
    font-weight: bold;
    font-size: 16px;
}

.post{
    padding: 10px;
}