<!--
a:link {text-decoration: none; color: #000000; cursor: e-resize}
a:visited {text-decoration: strike-through;color: #000000;font-weight:italic; cursor: e-resize}
a:active { text-decoration: none;color: #000000; cursor: e-resize}
a:hover {text-decoration: underline; color: #ffffff; cursor: e-resize; background: #333333; border: 1px dotted white}

input, select, textarea {
color:#000000; 
filter:alpha(opacity="60");
font-family:verdana; 
font-size:11px;
line-height:13px;
line-spacing:2px;
background-color:#CCCCCC;
}

body{
    background-color : #999999;
    cursor: n-resize;
}

table, body, div,  br 
{
        color:#000000;
	font-family:verdana;
	font-size:11px;
    line-height:13px;
    line-spacing:2px;
    scrollbar-base-color:#999999;
    scrollbar-dark-shadow-color:#666666;
    scrollbar-face-color:#999999;
    scrollbar-arrow-color:#666666;
    scrollbar-highlight-color:#999999;
    scrollbar-shadow-color:#666666;
    scrollbar-3d-light-color:#999999;
	}

-->