
A.one:link{color:blue}
A.one:link{ text-decoration:none}
A.one:visited{color:blue}
A.one:visited{ text-decoration:none}
A.one:hover{color:red;}
A.one:hover{ font-weight:normal}
A.one:active{color:blue;}

A.two:link{color:blue}
A.two:link{ text-decoration:none}
A.two:visited{color:blue}
A.two:visited{ text-decoration:none}
A.two:hover{color:red; background:#990000}
A.two:hover{ font-weight:normal}
A.two:active{color:blue;}

A.three:link{color:black}
A.three:link{ text-decoration:none}
A.three:visited{color:black}
A.three:visited{ text-decoration:none}
A.three:hover{color:#3366ff; background:#000000}
A.three:hover{ font-weight:normal}
A.three:active{color:black;}

A.four:link{color:#ffffff}
A.four:link{ text-decoration:none}
A.four:visited{color:#ffffff}
A.four:visited{ text-decoration:none}
A.four:hover{color:#ffff99; background:#000000}
A.four:hover{ font-weight:normal}
A.four:active{color:#ffffff;}

A.five:link{color:white; background:#bbbbbb}
A.five:link{ text-decoration:none}
A.five:visited{color:white}
A.five:visited{ text-decoration:none}
A.five:hover{color:#ffff99; background:red}
A.five:hover{ font-weight:normal}
A.five:active{color:white;}

A.six:link{color:black}
A.six:link{ text-decoration:none}
A.six:visited{color:black}
A.six:visited{ text-decoration:none}
A.six:hover{color:blue}
A.six:hover{ font-weight:normal}
A.six:active{color:black;}

body{font-family: arial;
 color:#000000;
 background-color:#111111;}


DIV#links A SPAN {DISPLAY: none}

DIV#links A:hover SPAN {
	BORDER: none; BACKGROUND: #990000; COLOR: #ffffff; DISPLAY: block; FONT: 10px arial, sans-serif; LEFT: 190px; MARGIN: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 0px; POSITION: absolute; TEXT-ALIGN: left; TOP: auto; WIDTH: 150px; HEIGHT: 20px;
}
