body {
background-color:#DCF3FA;
margin:20px 0px 0px 0px;
}

A.fs:link {color: blue; text-decoration: none; font-weight: lighter}
A.fs:visited {color: blue; text-decoration: none; font-weight: lighter}
A.fs:hover {color: #0065D5; text-decoration: underline; font-weight: lighter}

A.bl:link {color: #333333; font-size: 8pt; text-decoration: none; font-weight: lighter}
A.bl:visited {color: #333333; font-size: 8pt; text-decoration: none; font-weight: lighter}
A.bl:hover {color: #666666; font-size: 8pt; text-decoration: underline; font-weight: lighter}

A:link {color: black; text-decoration: none;}
A:visited {color: black; text-decoration: none;}
A:hover {color: #0065D5; text-decoration: none;}

A.dl:link {color: black; text-decoration: underline;}
A.dl:visited {color: black; text-decoration: underline;}
A.dl:hover {color: #333333; text-decoration: none;}

textarea {
border:1px solid #FF0064;
background-color:#FFD9E1;
font-family:"arial", sans-serif;
color:#333333;
}
