.title {
font-family: "High Tower Text", Times, serif;
text-align: center;
font-size: 24.0pt;
color: #6699FF;
}
.titlered {
font-family: "High Tower Text", Times, serif;
text-align: center;
font-size: 24.0pt;
color: red;
}
.titlesmall {
font-family: "High Tower Text", Times, serif;
font-weight: bold;
font-size: 16.0pt;
color: #6699FF;
}
.titlesmallred {
font-family: "High Tower Text", Times, serif;
font-weight: bold;
font-size: 16.0pt;
color: red;
}
.list {
font-size: 16.0pt;
color: #6699FF;
}
.blue {
font-weight: bold;
color: #6699FF;
}
a:link {
color: #191970;
text-decoration: underline;
}
a:visited {
color: purple;
text-decoration: underline;
}
a:active {
color: #191970;
text-decoration: underline;
}
a:hover {
color: #191970;
text-decoration: none;
}
