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-family: times
  font-weight: bold
  font-size: 125%
  color: black
}

#name
{
  font-family:sans-serif;
  font-weight: bold;
  color:black;
}

#summery
{
  font-family:times;
  font-size: 100%;
  color:black;
  width: 450;
  float: left;
  margin: 25px 0px 25px 25px;
}

#artists
{
  font-family: times;
  font-size: 90%;
  font-weight: bold;
  color: black;
  width: 450;
  clear: left;
  float: left;
  margin-left: 25px;
}

#nav
{
font-family: times;
float: left;
clear: left;
font-size: 125%;
font-weight: bold;
margin-top: 25px;
color: black;
}

#nav td
{
  text-align:left;
}
