﻿body
{
    background-color: royalblue;
}

a:hover
{
    color: red;
    text-decoration: none;
    font-weight: bold;
    font-family: arial;
    font-size: 14;
}
a:active
{
    color: red;
    text-decoration: none;
    font-weight: bold;
    font-family: arial;
    font-size: 14;
}
a:link
{
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-family: arial;
    font-size: 14;
}

a:visited
{
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-family: arial;
    font-size: 14;
}
p
{
    color: black;
    text-decoration: none;
    font-weight: normal;
    font-family: arial;
    font-size: 12;
}
table
{
    color: black;
    text-decoration: none;
    font-weight: normal;
    font-family: arial;
    font-size: 12;
}
th
{
    color: black;
    text-decoration: underline;
    font-weight: bold;
    font-family: arial;
    font-size: 12;
}


