body { text-decoration:none; font-family:Arial; font-size:20px; font-weight:bold; color:#00007A; background:url("../images/greytile.gif"); }
img { width:90%; height:90%; }
th { text-decoration:none; font-family:Arial; font-size:20px; font-weight:bold; }
td { text-decoration:none; font-family:Arial; font-size:20px; font-weight:bold; }
hr { background-color:#AAAAAA; height:3px; }
a { text-decoration:none; color:#00007A; }
a:visited { text-decoration:none; color:#9C3366; }
a:hover { text-decoration:none; color:#9C3366; }
button {
  border-style: solid;
  border-radius: 10px;
  color: #00007A;
  background-color: #ADD8E6;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 2px;
}
.blink3 { animation:blinker 3s linear infinite; }
.blink9 { animation:blinker 9s linear infinite; }
@keyframes blinker { 50% { opacity:0; } }
#indent { margin-left:15px; margin-top:15px; }
#wgclose { color: #00007A;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 32px;
  display: block;
}
#wgclose:hover {
  background:url("../images/greytile.gif");
  color: #9C3366;
}
#wglogo { padding:7px; background-color:#ADD8E6; width:40px; height:40px; border-radius:10px; border-style:solid; border-color:#9C3366; float:right; }
#title { font-size:28px; color:#00007A; }
#quote { font-size:16px; color:#9C3366; }
