body {
    background: #dbeaed;
    font-family: lucida grande, trebuchet, verdana;
    font-size: 12px;
    min-width: 600px;
}


.Links A, .Blog A, .Contact A {
    padding: 2px;
    text-decoration: none;
}
.Links A:hover, .Blog A:hover {
    color: black;
    background-color: lightblue;
}
.Links A:active, .Blog A:active {
    background-color: lightblue;
}


.Blog {
    font-size: 13px;
    float: left;
}
.Blog A {
    color: black;
    padding: 1px;
    padding-left: 20px;
    background: url(grarrow.gif) no-repeat 4px 50%;
}
.Blog A:hover {
    background: url(white.gif) no-repeat 4px 50%;
    color: black;
    background-color: lightblue;
}
.Blog A:active {
    background-color: lightblue;
}

.Contact {
    font-size: 13px;
    float: centre;
}
.Contact A {
    color: gray;
    padding: 1px;
    padding-left: 20px;
    background: url(greengo.gif) no-repeat 4px 50%;
}
.Contact A:hover {
    background: url(white_go.gif) no-repeat 4px 50%;
    color: black;
    background-color: lightblue;
}
.Contact A:active {
    background-color: lightblue;
}

.Links {
    color: #333;
    font-size: 10px;
}
.Links A {
    color: #777;
    font-size: 10px;
}
