BODY {
	background: #000000;
    color: #E4A35B;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    }

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:hover {color: lime; font-weight: bold;}
A:active {text-decoration: none;}

#linkbox {
    width: 175px;
    height: 25px;
    text-align: center;
    border: 1px dashed #FF0000;
    }
