<!--

body {
	scrollbar-face-color: #bbbbdd; scrollbar-highlight-color: #eeeeff;
	scrollbar-shadow-color: #9090c0; scrollbar-3dlight-color: #d0d0e0;
	scrollbar-arrow-color:  #0050a0; scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #7070b0;
    background-image: url("../images/fade.png");
    background-repeat: repeat;
    background-position: "top left";
    background-color: transparent;

}

.glowing {
    filter:glow(color=red, strength=3); font-family: Verdana; color: #ffffff; height: 10pt;
}

.unglow {
    font-family: Verdana; color: #ffffff; height: 10pt;
}

select { 
	font-family: Verdana, Arial, Helvetica; color: white; background-color: #111180;
}

input {
	font-family: Verdana, Arial, Helvetica; color: white; background-color: #111180;
}

td {
    font-family: Verdana; 
    border-width: 1px;
    border-color: #202070;
    border-style: solid;
    background-color: transparent;
}

td.nobor {
    border-width: 2px 0 0 0;
}

td.solid {
    background-color: white;
    border-style: none;
}

table.bor {
    border-width: 1px;
    border-color: #202070;
    border-style: solid;
}

A:link {
	text-decoration: none; color: #9090F0;
}
A:visited {
	text-decoration: none; color: #9090F0;
}
A:hover {
	text-decoration: none; color: red;
}


-->
