body {background-color:lightgreen}

#links{width:100%;
       border-style:solid;
       border-bottom-width:3px;
       border-bottom-color:red}
a{text-decoration:none}
a:hover{color:brown;
        text-transform:uppercase}
div.lists{width:30%;
          color:red;
          background-color:pink;
          font-family:Arial,Helvetica,or sans-serif;
          float:right;
          border-style:groove;
          border-size:5pt;
          border-color:red}
