body {
background-color: #ff0000;
color: #ffff00;
font-size: 14px;
font-family: Gentium, Times New Roman, Times, Serif;
margin-left: 0px;
margin-right: 0px;
}

fieldset {
border: 1px solid #ffff00;
}

form {
margin: 0px;
}

h1 {
color: yellow;
font-size:38px;
background-color: #cc0000;
text-transform: uppercase;
border-top: 10px solid #FFA500;
border-bottom: 10px solid #FFA500;
}

h2, h3 {
font-size: 15px;
font-weight: bold;
margin: 0px;
padding: 0px;
}

hr {
border: 0px;
color: #ffff00;
height: 1px;
}

.pageborder {
width:65px;
border-color: none;
background-color: #ff0000;
background-image: url(border.gif);
}

/* Define some colors */

.darkbg {
background-color: #cc0000;
color: #ff0000;
}
.mediumbg {
background-color: #ff0000;
color: #ff0000;
}
.lightbg {
background-color: #ff9000;
color: #ff0000;
}
.lightbgalt {
background-color: #333333;
color: #ff0000;
}
.highlight {
background-color: #333333;
color: #ff0000;
}

/* Credits */

div.bottom {
  color: #ffff00;
  font-size: x-small;
  text-align: center;
}

/* Site Boxes */

.sitetbl {
background-color: #cc0000;
border-width: 1px;
border-style: solid;
border-color: #cc0000;
margin: 5px 5px 5px 5px;
padding: 1px 1px 1px 1px;
}
.sitebar {
background-color: #990000;
}
.siterank {
color: #ffff00;
font-size: 12px;
font-weight: bold;
text-align: left;
}
.siteurl {
color: #ffff00;
font-size: 12px;
font-weight: bold;
text-align: left;
}
.sitecat {
color: #ffff00;
font-size: 12px;
font-weight: bold;
text-align: right;
}
.sitebox {
}
.siteimg {
width:120px;
background-image: url(images/banner.gif);
}
.sitedesc {
color: #ffffff;
font-size: 12px;
font-weight: normal;
text-align: left;
vertical-align:top;
padding-left: 5px;
padding-right: 5px;
}
.siteinfo {
}

/* General Links */

a:link,a:active,a:visited {
  color: #ffff00;
  font-weight: bold;
  text-decoration: none;
}

a:hover,a:focus {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

/* Top menu */

a.menu,a.menu:active {
font-size: 18px;
color: #ffff00;
font-weight: bold;
text-decoration: underline;
}
a.menu:hover {
font-size: 18px;
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}

a.table_top,a.table_top:active {
color: #ffff00;
text-decoration: underline;
}
a.table_top:hover {
color: #ffffff;
text-decoration: underline;
}

.join_edit_error {
background-color: #ff0000;
border: 1px solid #ffff00;
padding: 2px;
}

/* Help Links */

a.help { color: #ffff00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #ffffff; }
