body{

        background-color : #FFE1F0;
        color : #000000;
        font-size: 14px;
        font-family : Verdana;
        margin-top : 5px;
        margin-left : 0px;
}
td{
        font-size: 14px;
}
a:link{
        color : #DF81AB;
        font-weight : bold;
        font-size: 15px;
        text-decoration:underline;
}
a:visited{
        color : #DF81AB;
        font-weight : bold;
        font-size: 15px;
        text-decoration:underline;

}
a:hover{
        color : #000000;
        font-weight : bold;
        font-size: 15px;
        text-decoration:underline;

}
.bkgcolor {
        background-color : #FFCAE4;
}
.footer {
        background-color : #000000;
}
.footerfont {
        color : #FFFFFF;
}
a.footerlink:link {
        text-decoration:none;
        color: #FFFFFF;
}
a.footerlink:visited {
        text-decoration:none;
        color: #FFFFFF;
}
a.footerlink:active {
        text-decoration:none;
        color: #FFFFFF;
}
a.footerlink:hover {
        color: #FFFFFF;
}
a.menu {
        background: url('dot.gif') no-repeat 3px 5px #DAB3C5;
        padding-left: 12px;
        text-decoration: none;
        display: block;
        width: 180px;
        min-height: 15px;
        color: #000000;
        margin-top: 1px;
        FONT-SIZE: 13px;
        FONT-FAMILY: Verdana;
        padding-top: 2px;
        font-weight: bold;
        margin-bottom: 1px;
}
a:visited.menu {
        background: url('dot.gif') no-repeat 3px 5px #DAB3C5;
        padding-left: 12px;
        text-decoration: none;
        display: block;
        width: 180px;
        min-height: 15px;
        color: #000000;
        margin-top: 1px;
        FONT-SIZE: 13px;
        FONT-FAMILY: Verdana;
        padding-top: 2px;
        font-weight: bold;
        margin-bottom: 1px;
}
a:hover.menu {
        background: url('dot.gif') no-repeat 3px 5px #FFE1F0;
        padding-left: 12px;
        text-decoration: none;
        display: block;
        width: 180px;
        min-height: 15px;
        color: #000000;
        margin-top: 1px;
        FONT-SIZE: 13px;
        FONT-FAMILY: Verdana;
        padding-top: 2px;
        font-weight: bold;
        margin-bottom: 1px;
}
.hr1{
        border: thin #AD0000;
}
.frame{
        border: solid #000000 1px;
}