/*
  Succuba IRC Network supporting Style Sheet.
  You may use this code so long as the copyright remains intact.

  Copyright 2002, Succuba IRC Network
  http://www.succuba.com/
*/

body {
  background-color: #406080;
  background-image: url("images/bg-zodiac.gif");
  background-repeat: no-repeat;
  color: #a0b0c0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  margin: 0px 0px;
}

a:link    {color: #c0d0e0; text-decoration: none;}
a:active  {color: #c0d0e0; text-decoration: underline;}
a:hover   {color: #c0d0e0; text-decoration: underline !important;}
a:visited {color: #c0d0e0; text-decoration: none;}

table {font-size: 8pt;}
tr {vertical-align: top;}

.navigation {color: #a0a0a0;}
.navigation a:link    {color: #c0c0c0; text-decoration: none !important;}
.navigation a:active  {color: #c0c0c0; text-decoration: none !important;}
.navigation a:hover   {color: #c0c0c0; text-decoration: none !important;}
.navigation a:visited {color: #c0c0c0; text-decoration: none !important;}
