a:link {
  font-size : none;
  text-decoration : none;
}
a:visited {
  font-size : none;
  text-decoration : none;
}
a:active {
  font-size : none;
  text-decoration : none;
}
a:hover {
  font-size : none;
  color : #FFFF00;
  text-decoration : underline;
}

h1{
	font-size:15px;
	font-weight:normal;
	padding:10px;
}

