﻿body
{
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('Page_BG.png');
    background-repeat: repeat-y;
}


a
{
    color: #333333;
}

a:hover
{
    color: #ff0000;
}

.PT
{
    font-size: 1.5em;
    font-weight: normal;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #cccccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}