H1 {
	color:#FC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: normal;
	display: inline;
}

H2 {
	color:#FC6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	display: inline;
}

BODY {
  color:#666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  display: block;
}

a:link {
  color:#999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  display: inline;
}

a:hover{
  color:#FC0;
}

