a:link   {
	text-decoration : underline; 
}

a:visited {
	text-decoration : underline; 
}

a:hover  {
	text-decoration : none; 
}

a:visited:hover {
	text-decoration : none;
}

h1,h2,h3,h4,h5 { font-size: 14pt; 
	 font-weight: 400;
	 margin: 0px;
}