﻿html, body
{
    padding : 0px;
    margin : 0px;
    width : 100%;
    height : 100%;
    font-family : Verdana, Tahoma;
    background-color : white;
}
.bulletinTable
{
    background-color :Transparent;
    }
A {text-decoration : none; color:Blue;}
A:hover {color:#FF6600;}
.canedit {border:dotted 1px #336699;}
.noedit {border:dotted 1px #336699; background-color:#EEEEEE;}