
body {
    font-family: sans serif;
    margin-left: 7pt;
    margin-right: 10pt;
    margin-top: 17pt;
}

/* links style */
a {
	text-decoration: none;
}
a:visited {
	color: blue;
}
a:hover {
	color: gray;
	text-decoration: underline;
}

