body{scrollbar-arrow-color: #ffcc00; scrollbar-base-color: #3366CC; scrollbar-track-color: #ffcc00;}
.menui {
	CURSOR: hand; BACKGROUND-COLOR: #33CCFF;
}
.menu1 {text-decoration:none;
}
A:link {
	COLOR: #33CCFF; TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #ffcc00; TEXT-DECORATION: none
}
video {
color: #33CCFF;
background: #000000;
padding: 4px;
height: auto;
}
button {
border: 1px solid #0099FF;
padding: 4px;
margin: auto;
background: #000099;
background: -moz-linear-gradient(top, #000099 0%, #0099FF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000099), color-stop(100%,#0099FF));
color: #33CCFF;
width: 100%;
font: bold 19px Helvetica, Sans-Serif;
text-align: left;
text-shadow: 0px 1px 2px #000000;
border-radius: 10px;
}
button:hover {
color: #000000;
border: 4px solid #0044FF;
text-shadow: 0px 1px 2px #33CCFF;
}
ol {
background:#000000;
width:100%;
padding:0px;
margin:0px;
}
li {
height: 14px;
border: 1px solid #0099FF;
padding: 3px;
margin: auto;
background: #000099;
background: -moz-linear-gradient(top, #000099 0%, #0099FF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000099), color-stop(100%,#0099FF));
color: #000099;
font: bold 14px Helvetica, Sans-Serif;
text-align: left;
text-shadow: 0px 1px 2px #000000;
border-radius: 6px;
}
li:active {
color:black;
background:#0099FF;
padding:3px;
display:block;
}
li:hover {
color: #000000;
border: 2px solid #0044FF;
text-shadow: 0px 1px 2px #33CCFF;
}
z {
color: #33CCFF;
font: bold 14px Helvetica, Sans-Serif;
}
x {
color: yellow;
font: bold 8px Helvetica, Sans-Serif;
}