a {
    color : #000033;
    font-family : Arial, sans-serif;
    font-size : 12px;
    font-style : normal;
    text-decoration : underline;
  }


a:hover {
    color : #CC0000;
    font-family : Arial, sans-serif;
    font-size : 12px;
    font-style : normal;
    text-decoration : underline;
    text-transform : none;
  }


a:focus, a:active {
    color : #CC0000;
    font-family : Arial, sans-serif;
    font-size : 12px;
    font-style : normal;
    text-decoration : underline;
    text-transform : none;
  }

body {
	background-color : #FFFFFF;
	scrollbar-3dlight-color : #33CC00;
	scrollbar-base-color : #006600;
	margin : 0px, 0px, 0px, 0px;
}

body, p, span, strong, td {
	color : #000000;
	font : 14px Courier;
}

.text {
    background-color : #cccccc;
    color : #000000;
    font-family : Arial, sans-serif;
    font-size : 12px;
    font-style : normal;
    font-weight : normal;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    overflow : auto;
    text-decoration : none;
    text-transform : none;
  }

