BODY{
  text-align : center;
  
  
  
  
}

.main{
  text-align : left;
  margin-left : auto;
  margin-right : auto;
  width : 500px;
  margin-top : 30px;
}
.top1{
    font-size : 16px;
  font-weight : 900;
    color : maroon;
 border-width : 0px 0px 0px 0px;
  padding-left : 20px;
}
.bottom{
  font-size : 13px;
  text-align : right;
  padding-right : 50px;
  text-decoration : none;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  padding-bottom : 4px;
  padding-top : 10px;
  margin-bottom : 30px;
  width : 620px;
}
.top{
  background-color : #fff0c1;
  width : 620px;
  height : 40px;
  margin-left : auto;
  margin-right : auto;
}
LI{
  padding-bottom : 10px;
  font-size : 12px;
  line-height : 18px;
}
A{
  text-decoration : none;
  color : black;
}
A:hover{
  color : red;
}
.top2{
   width : 180px;
  text-align : right;
   vertical-align : bottom;
}
.main P{
  font-size : 12px;
  margin-top : 0px;
  line-height : 18px;
}
