body {
        background-image:url(bg.jpg);
        background-attachment:fixed;
        background-color: #015C73;
        margin-left:250px;
        margin-right:0px;
        margin-top:0px;
        margin-bottom:0px

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

pre {
        font-size: 14px;
        color: #B5F7F3;
}
prea {
        font-size: 14px;
        color: #05AEC2;

}