﻿  #contact {
   background-color: inherit;
   color: white;
   float: left;
   padding-top: 11px;
   position: relative;
   top: 0;
   width: 232px;
  }

   #contact a:link, #contact a:visited {
    background-color: inherit;
    color: #c3cf21;
    text-decoration: none;
   }

   #contact a:hover, #contact a:active {
    text-decoration: underline;
   }

   #copy {
    width: 563px;
   }

    #copy p {
     font-size: 100%;
    }