* { 
padding : 0;
margin : 0;
}
#box {
margin-left: 10px;
width: 450px;
height: 300px;
border: 1px solid black;
}
table a{
color: #454545;
font-weight: bold;
background: #fff;
text-decoration: none;
}
table a:hover{
color: #fe8707;
background: #fff;
text-decoration: none;
}
table {
width: 500px;
margin-left: 10px;
border: 1px solid #696969;
}