body{
	font-family: 'Liberation Sans', sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background-color: #ffffea;
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: none;
	background-color: #9eeeee;
}
