body 
{
  background: white;
  text-align: center;
  font-family: Verdana, sans-serif;
}

#wrap
{
  	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 780px;
	border: none;
	background-color: white;
}


#heading
{
  padding: 40px 0px 15px 0px;	
  text-align: center;

  color: purple;
  font-size: 40px;
  font-weight: 100;
  color: purple;
  letter-spacing: 12px;	
  font-family: Arial, sans-serif;

}

p
{
  text-align: center;
}

a
{
  text-decoration: none;
  border: none;
  color: purple;
}

a.active
{
  text-decoration: none;
  color: purple;
}

a:hover
{
  text-decoration: none;
  color: purple;
}

a:visited
{
  text-decoration: none;
  color: purple;
}

img
{
  border: none;
}
  