 
#main{
width : 780px;
height : inherit;

background-color : white;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
body{

margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;

background-color : #c0c0c0;
}
a{
color : blue;
text-decoration : none;
}
a:hover{
color : red;
text-decoration : underline;
}
li{
font-size : 12px;
letter-spacing : 1px;
margin-top : 4px;
margin-bottom : 4px;
}
