
body
{
    font-family: arial;
    background-color: 000000;
    scrollbar-face-color: 000000;
    scrollbar-shadow-color: 000000;
    scrollbar-highlight-color: 000000;
    scrollbar-3dlight-color: ff0000;
    scrollbar-darkshadow-color: ff0000;
    scrollbar-track-color: 000000;
    scrollbar-arrow-color: ff0000;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:bottom left; /* 100% 0% */
}
a
{
    color: cccccc;
    font-size: 15;
    text-decoration: underline
}
a:hover
{
    color: ffffff;
    text-decoration: none
}
p
{
    color: ffffff;
    font-size: 15;
    text-align: left
}
.title1
{
    color: ffffff;
    text-align: center;
    vertical-align: top;
    font-size : 20 pt;
}
.title2
{
    color: cccccc;
    text-align: center;
    vertical-align: top;
    font-size : 15 pt;
}
.content
{
    border-color: ff0000;
    border-style: double;
    border-left-style: hidden;
    border-bottom-style: hidden;
    border-right-style: hidden;
    border-width: 3;
    background-attachment: fixed;
    background-repeat: repeat;
}