h1 {
	font-size: 28 pt;
	width: 100%;
	height: 13mm;
	text-align : left;
}
div {
	width : 100%;
	font-size : 12pt;
}
span {
	width : 100%;
	font-size : 12pt;
}
A:visited {
	text-decoration: none;
	color : blue;
}
A:link {
	text-decoration: none;
	color:blue;
}
A:hover {
	text-decoration: underline;
	color: blue;
}