h1.warning {
  font-size: 2em; font-weight: bold; color: red; text-decoration: blink;
}

a         { color: #B3D0EE }
a:visited { color: #AABFC4; }

a:hover {
  text-decoration: none;
  color: #FFDEC0;
}

