body {
	font-family: helvetica;
	font-size: 12pt;
	color: #ffffff;

	background-color: #666666;
	margin: 6mm;
}

p {
	text-align: justify;
}

pre, code {
	font-size: 8pt;
}

a {
	font-family: Helvetica;
        font-size: 12pt;
        color: yellow;
	text-decoration: none;
}

a:hover {
 	color: #aaff00;
}

h2 {
	font-family: helvetica;
	color: #ffff00 ;
}
h1 {
	font-family: helvetica;
	font-size: 21pt;
	color: #ffffaa ;
}
