body { }
p { color: maroon; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; }
li { color: maroon; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; }
h1 { color: maroon; font-size: 22px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; line-height: 18px; }
h4 { color: navy; font-size: 28px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; background-color: #efefef; padding: 12px 8px; }
h5 { color: maroon; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; }
td { }
a:link { color: #4c4c4c; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: underline; }
a:hover { color: #646464; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: underline; }
a:visited { color: #646464; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: underline; }
a:active { color: #4c4c4c; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: underline; }

.sponsor img{margin: 5px;}

h1.blink_me {color: white !important;}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}