.absDiv { 
    position: absolute; 
    visibility: hidden 
    }
a.health:hover {
	background: #00ffff;
	color: #339999;
	font-size:small;
	font-weight: bold;
	text-transform : uppercase;
}
a.health:focus {
background: #00ffff; 
color: #339999; 
font-size:small;
font-weight: bold;
}
H1 { 
    color: #669999; 
    font-family: Americana BT 
    }
TD P { 
    color: #990000; 
    font-family: Americana BT 
    }
H3 { 
    color: #990000; 
    font-family: Americana BT 
    }
P { 
color: #990000; 
font-family: Americana BT 
}

a:link{
text-decoration:none;
color: #669999;
}
a.translink:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	COLOR: #66ffff;
} 
.blood{
    border-width: medium; 
	border-top: Fuchsia;
	border-bottom: Blue;
	border-right: #669999;
	border-left: #669999;
	border-style: dotted;
    font-size: x-small;
	padding: 3px;
}
.green{
    border-color: Teal; 
    border-style: double; 
    font-size: x-small;
    padding: 3px;
    }
.small{
    font-size: x-small;
    font-family : "Arial";
	border: thick;
	border-color: Aqua;
}
.danger{
    font-family : "Arial";
    border-color: red; 
    border-style: groove; 
    font-size: x-small;
    padding: 3px;
}

#containerul, #containerul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
  font-size:x-small;
  margin:0 0 0 30px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
marquee{
position:absolute;
height:30px;
z-index:1; 
left:210px; 
top:85px;
width:710px; 
font-size:10pt;
color:#339999;
font-family:arial;
font-weight:bold;
}
body {
	scrollbar-arrow-color: #006600;
	scrollbar-base-color: #009999;
	scrollbar-3dlight-color: #33cccc;
	scrollbar-darkshadow-color: #66cccc;
	scrollbar-face-color: #00ffff;
	scrollbar-highlight-color: #00ccff;
	scrollbar-shadow-color: #3399cc;
	scrollbar-track-color: #339999;
	font-family : "Americana BT, serif";
}
#userpic{
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4; 
}
#userpic:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
a:hover {
	COLOR: #66ffff;
    background: #339999; 
    font-weight: bold;
}