body  {
      color: #000;
      background: #fff;
      margin: 25px 25px;
      padding: 0;
      }

img {
       display: block;
       border: 0;
       }

a {
      font-weight: bold;
      text-decoration : none;
      color: #000;
      background: transparent;
      }

a:hover {
      font-weight : bold;
      text-decoration : none;
      color: #63A63C;
      background: transparent;
      }

h1
{
font-size: 130%;
font-weight: bold;
color:black;
}

#sidebar
{
position: relative;
padding-top: 220px;

}

#name
{
font-family:sans-serif;
font-weight: bold;
color:black;
}

#summery
{
font-family:times;
font-size: 100%;
color:black;
width: 500;
float: left;
margin: 25px 25px 25px 25px;
}

#nav
{
font-family: times;
float: left;
clear: left;
font-size: 125%;
font-weight: bold;
color: black;
margin: 25px 25px 25px 25px;
}

#nav td
{
text-align:left;
}

