body {
background-color: #FFFFFF;
margin: 0px;
font-family: Arial, sans-serif;
}
H1 {
margin-top: 20px;
font-family: inherit;
font-size: 14pt;
text-align: center;
}
H2 {
font-family: inherit;
font-size: 12pt;
text-align: center;
font-style: italic;
}
P {
font-family: Arial, sans-serif;
font-size: 10pt;
}
UL {
font-family: inherit;
font-size: 10pt;
list-style-type: disc;
}
A {
text-decoration: none;
}
A:link {
color: #0000FF;
}
A:visited {
color: #0000FF;
}
A:hover {
color: #FF0000;
text-decoration: underline;
}