body {
  font-family: Tahoma;
  margin     : 0px;
}

p, table, li, font { font-size: 10pt; }

  #hsmall { font-weight: bold; }

  #error, #error_title { color: red; }

  #link { color: #135b91; }

  #online {    color      : blue;    font-size  : 8pt;
    font-weight: bold;  }

a {
  color          : #135b91;
  font-size      : 10pt;
  font-weight    : lighter;
  text-decoration: none;
}

  a:hover {
    color          : #73aae8;
    text-decoration: underline;
  }

  #news { color: white; }

    #news:hover { color: yellow; }

  #fun { font-size: 20pt; }

  #chat {
    font-size  : 9pt;
    font-weight: bold;
  }

input, textarea { width: 200px; }

.text {
  font-size  : 14pt;
  font-weight: bold;
}

  #header { color: #135b91; }