a:link
{
    color: blue;
    text-decoration: none;
}
a:visited
{
    color: blue;
    text-decoration: none;
}
a:active
{
    color: blue;
    text-decoration: none;
}
a:hover
{
    color: red; 
    text-decoration: none;
}
body
{
    font-family: Times New Roman;
    background-color: white;
    color: black;
    font-size: 12pt;
}
p
{
    font-family: Times New Roman;
    background-color: white;
    color: black;
    font-size: 12pt;
}
td
{
    font-family: Times New Roman;
    color: black;
    font-size: 12pt;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Times New Roman;
    font-color: black;
}
h1
{
    font-size: 18pt;
}
h2
{
    font-size: 16pt;
}
h3
{
    font-size: 14pt;
}
h4
{
    font-size: 12pt;
}
h5
{
    font-size: 10pt;
}
h6
{
    font-size: 8pt;
}
.page_heading_1
{
    font-family: Times New Roman;
    background-color: white;
    color: black;
    font-size: 14pt;
    font-weight: bold;
}
.page_heading_2
{
    font-family: Times New Roman;
    background-color: white;
    color: black;
    font-size: 10pt;
    font-weight: bold;
}
.arial
{
    font-family: Arial;
    background-color: white;
    color: black;
    font-size: 12pt;
    font-weight: normal;
}
.heading_arial
{
    font-family: Arial;
    background-color: white;
    color: black;
    font-size: 14pt;
    font-weight: bold;
}
