body{    margin: 10px 0px 0px 0px;    padding: 0px;    font-size: 12px;
    background-color: #000000;    color: #ffffff;}form, input{    margin: 0px;    padding: 0px;}body, input{    font-family: courier, times new roman;}input{    font-size: 10px;    font-weight: bold;    color: #000000;    }.title{    font-size: 25px;    color: #ffffff;    border-bottom: 1px solid #ffffff;}.error{    font-size: 12px;    background-color: #F8E6CB;    color: #000000;    border-bottom: 1px solid #97CCA8;}#container{    -moz-border-radius: 20px;    width: 730px;    margin: auto;    background-color: #000001;}#menu{     -moz-border-radius: 0 30px 0 0;    border-left: 1px solid #CCCDD7;     border-bottom: 1px solid #CCCDD7;    float: right;    height: 20px;    background-color: #000000;    color: #336600;}.option{    height: 25px;    border-bottom: 1px solid #ffffff;    background-color: #000000;}.shade{    background-color: #000000;}.head{    background-color: #000000;}a:link, a:visited {     color: #80FF00;    text-decoration: none;} a:hover, a:active {    color: #80FF00;    text-decoration: underline;    background-color: transparent;}

li span {
	text-decoration:underline;
	color:red;
}