body, html
{
    margin: 20px 0px 20px 0px;
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
    list-style-type: square;
}

a:link, a:visited, a:active {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.Footer {
	font-size: 8pt;
}

h1 {
    font-size: 11pt;
}
    
.Red {
	color: #FF0000;
}