body
{
    margin-top: 20px;
    margin-left: 20px; 
    margin-right: 20px;
    background-image: url("http://www.winterfell.com/img/koge-bg1.jpg");
    background-attachment: fixed;
    background-position: 95% 95%;
    background-repeat: no-repeat;
    font-family: Helvetica, Verdana;
    font-size: 12px;
    color: #303030;
}

A:link
{
    color: #444ccc; 
    text-decoration: underline;
    font-weight: bold;
}
A:visited
{
    color: #77bbdd;
    text-decoration: underline;
    font-weight: bold;
}

A:hover
{
    text-decoration: none;
    background-color: #88bbdd;
    color: #114466;
}

