A:link {
font-family: Arial;
font-weight: bold;
font-size: 9pt;
text-decoration: none;
}

A:visited {
font-family: Arial;
font-weight: bold;
font-size: 9pt;
text-decoration: none;
}

A:active {
font-family: Arial;
font-weight: bold;
font-size: 9pt;
color: red;
text-decoration: underline;
}

A:hover {
font-family: Arial;
font-weight: bold;
font-size: 9pt;
color: 'red';
text-align: center;
text-decoration: underline;
}

.simple{
font-family: Arial;
font-size: 9pt;
}

.bold {
font-family: Arial;
font-weight: bold;
font-size: 9pt;
}

