body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
		background-color:#87ACD6;
}
body,td,th {
        font-family: Tahoma;
        font-size: 13px;
}
h1 {
        color: #000000;
        font-weight: bold;
        margin:0px;
        font-family: Tahoma;
        font-size: 30px;
}
h2 {
        color: #000000;
        font-weight: bold;
        margin:0px;
        font-family: Tahoma;
        font-size: 16px;
}
h3 {
        color: #000000;
        font-weight: bold;
        margin:0px;
        font-family: Tahoma;
        font-size: 14px;
}

.class1 A:link {text-decoration: underline; font-weight: bold; color:#FD4DBB;}
.class1 A:visited { text-decoration: underline; font-weight: bold; color: #FD4DBB;}
.class1 A:active {text-decoration: underline; font-weight: bold; color: #FD4DBB;}
.class1 A:hover {text-decoration: underline; font-weight: bold; color: #FD4DBB;}

.menu A:link {text-decoration: underline; font-weight: bold; color:#FD4DBB;}
.menu A:visited { text-decoration: underline; font-weight: bold; color: #FD4DBB;}
.menu A:active {text-decoration: underline; font-weight: bold; color: #FD4DBB;}
.menu A:hover {text-decoration: underline; font-weight: bold; color: #FD4DBB;}

a:link {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
}
a:visited {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
}
a:hover {
        color: #000000;
        font-weight: bold;
        text-decoration: underline;
}
a:active {
        color: #FD4DBB;
        font-weight: bold;
        text-decoration: underline;
}