a {
  color               : #003066;
  text-decoration     : none;
}
a:hover {
  color               : #ADC411;
  text-decoration     : underline;
}
a:focus {
  color               : #7C027C;
  text-decoration     : underline;
}

body {
  background-color    : #FFFFFF;
  color               : #000000;
}

.credits {
  color               : #888888;
  font-size           : 10px;
}

div.fullpage_message {
  text-align          : center;
  width               : 100%;
}

div.fullpage_message img.message_icon {
  margin              : 0px 20px;
}

img {
  border              : 0 none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  background-color    : #FFFFFF;
  border              : 2px solid #003066;
  color               : #003066;
  font-size           : 11px;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  border -color       : #ADC411;
}
input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus {
  border -color       : #7C027C;
}

li {
  list-style-image      : url(/system/images/icons/right.png);
}

.mid_title {
  color               : #000000;
  font-family         : Comic Sans Ms;
  font-size           : 16px;
  font-style          : italic;
  font-weight         : bold;
}

.small_title {
  color               : #000000;
  font-family         : Comic Sans Ms;
  font-size           : 12px;
  font-style          : italic;
}