A
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #800080;
    FONT-FAMILY: Verdana
}
A:hover
{
    COLOR: orange;
    FONT-FAMILY: Verdana
}

body {
  color          : black;
  background     : white;
  padding-left   : 0.25in;
  padding-right  : 0.25in;
  padding-bottom : 0.5in;
  font-family    : Verdana;
}

.banner {
  color          : red;
  background     : white;
  font-family    : Verdana;
  font-size   : 18pt;
  font-weight : bold;
}

.question {
  color          : #8C1717;;
  font-family    : Verdana;
  font-size   : 9pt;
  font-weight : bold;
}

.answer {
  color          : black;
  font-family    : Verdana;
  font-size   : 9pt;
  font-weight : bold;
}

blockquote {
  color         : blue;
  background    : white;
  padding-left  : 0.5in;
  padding-right : 0.5in;
}

hr {
  width  : 80%;
  height : 1px;
}

img.w3c { /* makes it load faster */
  height       : 31px;
  width        : 88px;
  border-style : none;
}

input {
  font-family : &quot;Comic Sans MS&quot;, sans-serif;
  font-size   : 9pt;
}

input.nbor {
  border     : 1;
  text-align : right;
}

input.nborX {
  border     : 1;
  text-align : right;
  background: red;
  color: white;
}

select {
  font-family : &quot;Comic Sans MS&quot;, sans-serif;
  font-size   : 9pt;
}

table {
  font-size   : 9pt;
}

