body {
    scrollbar-base-color: white;
    scrollbar-face-color: red;
    scrollbar-track-color: #ffeae5;
    scrollbar-arrow-color: white;
    scrollbar-3dlight-color: white;
    scrollbar-darkshadow-color: #ffeae5;
    scrollbar-highlight-color: #ffeae5;
    scrollbar-shadow-color: white;
    }

a:link { color: blue; text-decoration: underline}
a:visited { color: blue; text-decoration: underline }
a:active { color: blue; text-decoration: underline }
a:hover { color: red; text-decoration: underline}

.textBody {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.textTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.textSubtitle {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.style1 {
    font-size: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.style2 {
    font-size: 11px; FONT-WEIGHT: normal; FONT-FAMILY: Arial, Helvetica, sans-serif
}