﻿body {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
}

p {
    font-family: arial;
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
}

a.internal:link  {font-family: arial; font-size: 13px; line-height: 1.4; color: #ffffff; text-decoration: underline;}
a.internal:visited {font-family: arial; font-size: 13px; line-height: 1.4;color: #ffffff; text-decoration: underline;}
a.internal:hover {font-family: arial; font-size: 13px; line-height: 1.4; color: orange; text-decoration: underline;}
a.internal:active {font-family: arial; font-size: 13px; line-height: 1.4; color: orange; text-decoration: underline;}

a.external:link  {font-family: arial; font-size: 13px; line-height: 1.4; color: #ffffff; text-decoration: underline;}
a.external:visited {font-family: arial; font-size: 13px; line-height: 1.4; color: #ffffff; text-decoration: underline;}
a.external:hover {font-family: arial; font-size: 13px; line-height: 1.4; color: red; text-decoration: underline;}
a.external:active {font-family: arial; font-size: 13px; line-height: 1.4; color: red; text-decoration: underline;}

tr {
    font-family: arial;
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
    background: #000000;
}

td {
    font-family: arial;
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
    background: #000000;
}

blockquote {
    font-family: arial;
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
    background: #000000;
}

xyzg {
    font-family: courier;
    font-size: 14px;
    line-height: 1.4;
    color: #00ff00;
    background: #000000;
}

xyz {
    font-family: courier;
    font-size: 14px;
    line-height: 1.4;
    color: #999999;
    background: #000000;
}