body
{
background-color: rgb(204,204,153);
}

.main
{
background-color: rgb(255,255,255);
border: 1px solid #000;
height: 600px;
width: 1000px;
margin: 0 auto;
}

.top
{
height: 60px;
padding: 20px;
color: rgb(204,0,0);
border-bottom: 1px solid rgb(204,0,0);
font-size: 40px ;
text-align: center;
}

.text
{
width: 990px;
padding: 20 0 0 40;
}

.left
{
width: 500px;
position: relative;
float:left;
}

li
{
line-height: 2;
}

table
{
margin-top: 20px;
border-collapse:collapse;
}

td
{
padding: 5px;
}

a
{
text-decoration: none;
}