﻿body
{
    background:url('images/bgTile.png') repeat-y repeat-x center top; 
    text-align:center; 
    margin:0px 0px 0px 0px;
    cursor:default;
}
a
{
    text-decoration: none;
    border: 0px;
    color:#660000;
}
a:hover
{
    color:ActiveCaption;
}

img
{
    border:0px;
}

ul
{
   list-style-image:none;
}