<style type="text/css"> {}

a:active {
text-decoration: underline;
color: #000000;
}

a:link {
color: #000000;
text-decoration: underline;
}

a:visited {
text-decoration: underline;
color: #3F3F3F;
}

a:hover {
color: #7CA4CD;
text-decoration: underline overline;
}

body {
margin: 0px;
font-family: Arial;
font-size: small;
text-align: left;
color: #000000;
background-color: #B4D1EF;
scrollbar-face-color:#B4D1EF;
scrollbar-highlight-color:#83A7CB;
scrollbar-3dlight-color:#D0E5FA;
scrollbar-darkshadow-color:#83A7CB;
scrollbar-shadow-color:#D0E5FA;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#B4D1EF;
}

h1 {
font-family: Arial;
color: black;
font-size: xx-large;
font-weight: bold;
text-align: center;
}

h2 {
font-family: Arial;
color: white;
font-size: large;
font-weight: bold;
text-align: left;
position: absolute;
left: 30px;
}







/* form elements */
.input {
        width:80%;
        font-family:verdana, arial, sans serif;
        color:#333333;
        background:#eeeeee;
        border:1px solid #333333;
        padding:2px;
}
.button {
        font-size:70%;
        color:#666666;
        background:#ffffff;
        border:1px solid black;
}








</style> {}
