.h2 {
font-family: Times;
font-size: 24pt;
font-weight: bold;
color: #9C7570;
}
.h2_red {
font-family: Times;
font-size: 24pt;
font-weight: bold;
color: #FF0000;
}
.h3 {
font-family: Times;
font-size: 14pt;
font-weight: bold;
color: #000000;
}
.h3_red {
font-family: Times;
font-size: 14pt;
font-weight: bold;
color: #FF0000;
}
.h4 {
font-family: Times;
font-size: 12pt;
font-weight: normal;
color: #000000;
}
.burst {
font-family: Times;
font-size: 24pt;
font-weight: bold;
color: #FFFFFF;
}
.links {
font-family: Times;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
color: #9C7570;
}
.links_red {
font-family: Times;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
color: #FF0000;
}

.links:hover {
font-family: Times;
color: #FF0000;
}
.links_red:hover {
font-family: Times;
color: #FF0000;
}