.parker_mail a
{
 text-decoration : none;
 cursor : pointer;
 color : #232323;
}
.parker_mail a:hover
{
 text-decoration : none;
 cursor : pointer;
 background-color : #232323;
 color : White;
}

#main{
    margin-left : 300px;    
    background-color : White;
    padding : 10px;
    border-left : 1px solid #555;
    border-bottom : 4px solid Black;
}

#leftmenu{
    position: absolute;
    left: 0px;
    width: 300px;
    height: auto;
    background-color: WhiteSmoke;
    padding-top: 0px;
}

div.postTitle{
    padding-left: 3px;
    font-weight: bolder;
    font-size: 16px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: gainsboro 1px solid;
    background-color: whitesmoke;
}
#leftmenu h3{
    font-size: 11.5;
    margin: 0px;
    margin-top: 10px;
    padding-bottom: 2px;
    padding-left: 3px;
    border-top: solid 1px Gainsboro;
    padding-top: 3px;
    background-color : #186AA2;
}
h2.parker_h2{
    background-color : #6B86B3;
    color : White;
    border : 1px solid #666;
    font-size: 20;
}