body {
	font-family: calibri, "trebuchet MS", helvetica, sans-serif; 
	font-size:12pt;
	margin: 0px 0px 0px 0px;
}
h1{
	font-size:18pt;
}
h2{
	font-size:14pt;
}

a:link{
	color:000000;
	background-color:#f0f0f0;
	text-decoration:none;
}
a:visited{
	color:000000;
	background-color:#f0f0f0;
	text-decoration:none;

}
a:active{
	color:000000;
	background-color:#f0f0f0;
	text-decoration:none;

}
a:hover{
	color:000000;
	background-color:#f0f0f0;
	text-decoration:underline;

}
