body {
	font-size:11pt;
	line-height:170%;
	width: 760px;
}
h1 {
	border-bottom:1px red solid;
}
h2 {
	border-bottom:1px gray solid;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.info {
	font-size:12pt;
	line-height:180%;
}
.note {
	font-size:10pt;
	color : red;
	
}

