
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;
}


#sidebar
{
  background-color: #63A63C;
}

#content
{
  font-family: times;
  color: black;
  padding-left: 50px;
}

#name
{
  font-family:times;
  font-weight: bold;
  font-size: 125%;
  color:black;
}

#summery
{
  font-family:times;
  font-style: italic;
  color:black;
  margin: 20px 20px 0 0
}