p {
margin: 10px;
font-family: 'century gothic';
font-size: 10pt;
}

table {
font-family: 'century gothic';
font-size: 10pt;
}


a:link {
color: blue;
text-decoration: none;
}

a:visited {
color: blue;
text-decoration: underline;
}

a:hover {
color: black;
text-decoration: underline;
}

