body { color: black; background-color: white; }
a:link { color: blue ; text-decoration: none; }

a:visited { color: purple ; text-decoration: none; }

a:hover { color: white ; background-color: navy; }

a:active { color: red ; text-decoration: none; }
.fs25 { color: navy; font-size: 25px; font-weight: 700; }
.fs18 { color: red; font-size: 18px; font-weight: 700; }
.fs14 { font-size: 14px; }
.fs18_n { font-size: 18px; }
.fs10 { font-size: 10pt; }
.fs10_red { color: red; font-size: 10pt; }
.fs9 { font-size: 9pt; }
.fs8 { font-size: 8pt; }
.fs12_24 { font-size: 12pt; line-height: 24pt; }
.fs5 { font-size: 5pt; }
.fs15 { font-size: 15px; font-weight: 600; line-height: 16px; }
