﻿#NewsType
{
    border: thin groove #800000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #800000;
    font-size: small;
    width: 200px;
    cursor: auto;
}

#NewsList
{
    border: thin groove #800000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #800000;
    font-size: small;
    cursor: auto;
    position: static;
    left: 200px;
    padding-left: 5px;
    padding-right: 5px;
}

h1
{
    text-align: center;
}

li a:hover
{
    color: #0066FF;
    text-decoration: none;
}
li a
{
    text-decoration: none;
    color: #800000;
}
li a:visited
{
    text-decoration: none;
    color: #800000;
}


li a:active
{
    text-decoration: none;
    color: #0066FF;
}
