

#thelinkbox {
    width: 775px;
	background-color: #FFFF99;
	color: #666;
	border: none;
    text-align : left ;
    margin-left : auto ;
    margin-right : auto ;
}
#thebox {
	width: 775px;
	background-color: #FFFF99;
	color: #666;
	border: none;
	padding: 0px 20px 0 20px;
    text-align : left ;
    margin-left : auto ;
    margin-right : auto ;
}

body {
text-align : center ;
min-width: 775px;
}

a:link {
       color: #3300CC;
       text-decoration: none;
}

a:hover {
        color: #33ff99;
        text-decoration: none;
}

a:visited {
          color: #ff3399;
          text-decoration: none;
}      
        
