body {
	background-color:#fff;
	font-family : Trebuchet, Verdana, Arial, "Sans serif";
}

 a {
	font-weight : bold;
	text-decoration : none;
	color : #96F;
}

 a:hover {
  text-decoration : underline; 
}

 a:visited {
	text-decoration : none;
	color :#3C0;
}

 a:visited:hover {
  text-decoration : underline;
}

 h1 {
  text-align : center;
  font-weight : bold;
}

 .img {
  text-align : center;
  border: 1px solid #699;
}

 .desc {
  font-size : 12px;
  line-height: 22px;
  padding-top : 10px;
  color:#F63;
  font-weight : bold;
}

 .footer {
  font-size : 10px;
  padding-top : 40px;
  text-align : center;
  color: #F9F;
  padding-left: 175px;
  padding-right: 175px;
}
