body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #202020;
    background-color: #ffffff;
}
	
a:link {
    color: red;
	text-decoration: none;
}

a:hover {
    color: blue;
}
