a:link {
color: gray;
text-decoration: underline;
font-weight: bold;
filter: glow(color=black, strength=2);
}

a:visited {
color: gray;
text-decoration: underline;
font-weight: bold;
filter: glow(color=black, strength=2);
}

a:active {
color: gray;
text-decoration: underline;
font-weight: bold;
filter: glow(color=black, strength=2);
}

a:hover {
color: white;
cursor: help;
text-decoration: none;
font-weight: bold;
filter: glow(color=black, strength=2);
}

body, table, td {
font-family: tahoma;
font-size: 8pt;
color: #FFFFFF;
filter: glow(color=black, strength=2);
}

h2 {
font-size: 16pt;
font-weight: bold;
filter: glow(color=black, strength=2);
}

TEXTAREA, INPUT, SELECT, OPTION {
font-family: tahoma;
font-size: 8pt;
filter: glow(color=black, strength=2);
}

TEXTAREA, input {
border-color: #e65d91;
border: dotted;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background: #FFFFFF;
color: #000000;
}

body {
SCROLLBAR-FACE-COLOR: #ff8a43;
SCROLLBAR-HIGHLIGHT-COLOR: #636363; 
SCROLLBAR-SHADOW-COLOR: #636363;
SCROLLBAR-3DLIGHT-COLOR: #ff8a43; 
SCROLLBAR-ARROW-COLOR: black;
SCROLLBAR-TRACK-COLOR: #ff8a43; 
SCROLLBAR-DARKSHADOW-COLOR: #ff8a43;
SCROLLBAR-BASE-COLOR: #ff8a43;
background-color: #FFFFFF;
background-image: url(images/get_away_02.png);
background-attachment: fixed;
background-repeat: repeat-y;
overflow-x: hidden;
filter: glow(color=black, strength=2);
}