
a:link, a:visited
{
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	color: #cc3333;
	background-color: transparent;
	text-decoration: none;
}


h1 {
  font-size: 1.6em;
} 


h2 {
  font-size: 1.3em;
  color:#c60;
} 

h3 {
  font-size: 1.0em;
} 

