

a:link {
        color: #ffcc66;
        text-decoration: none;
        font-weight: bold;
}

a:visited {
        color: #ffcc66;
        text-decoration: none;
        font-weight: bold;
}

a:active {
        color: #ffcc66;
        text-decoration: none;
        font-weight: bold;
}

a:hover {
        color: #ffcc66;
        text-decoration: underline;
        font-weight: bold;
}

body {
        scrollbar-face-color: #990000;
        scrollbar-arrow-color: #cccccc;
	scrollbar-track-color: #cccccc;
        scrollbar-shadow-color: #cccccc;
        scrollbar-highlight-color: #cccccc;
        scrollbar-3dlight-color: #cccccc;
        scrollbar-darkshadow-Color: #cccccc;
}