/***************************************************************************

crew97.com stylesheet

Last revised: Wednesday, April 23, 2003

Use this to implement:
<link rel="stylesheet" href="index.css" />

*****************************************************************************/

body { 
 background-color: #001500;
 font-family: verdana;
 font-size: 11px;
 color: #fff;
 padding: 0;
 margin: 0;
}

p {
 font-family: verdana;
 font-size: 11px;
 color: #fff;
 text-indent: 10px
}

p.bigletter:first-letter {
 font-size: 200%
}

a:link { 
 text-decoration: none;
 color: #fff;
 font-family: verdana;
 font-size: 11px;
 font-weight: bold;
}

a:visited { 
 text-decoration: none;
 color: #fff;
 font-family: verdana;
 font-size: 11px;
 font-weight: bold;
}


a:hover { 
 text-decoration: none;
 color: #99CC33;
 font-family: verdana;
 font-size: 11px;
 font-weight: bold;
}

a:active { 
 text-decoration: none;
 color: #fff;
 font-family: verdana;
 font-size: 11px;
 font-weight: bold;
}

hr {
 width: 90%;
 background: #99CC33;
 color: #99CC33;
}

td {
 font-family: verdana;
 font-size: 11px;
 color: #fff;
}

tr.one td {
 background-color: #333; 
 font-family: verdana;
 font-size: 11px;
 color: #fff;
}

tr.two td { 
 background-color: #555; 
 font-family: verdana;
 font-size: 11px;
 color: #fff;
}

tr {
 vertical-align: top;
 text-align: left;
}

tr.title {
 vertical-align: top;
 text-align: right;
 background: #001500; 
}

tr.title td { 
 background-color: #001500; 
 font-family: verdana;
 font-size: 11px;
 font-weight: bold;
 color: #fff;
}

td.bar1 {
 background: #001500 url("img/bar1.gif");
 height: 3px;
}

table {
 padding: 0;
 spacing: 0;
 margin: 0;
}

tr.right {
 text-align: right;
 vertical-align: middle;
}

td.bar2 {
 background: #001500 url("img/bar2.gif");
 height: 10px;
}

tr.content td {
 /*background-image: url("img/desat.gif");*/
 background-color: #001500;
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
}

tr.content {
 text-align: center;
 vertical-align: top;
}

pre {
 font-family: verdana;
 font-size: 11px;
 color: #fff;
}

h1 {
 font-size: 14px;
 font-weight: bold;
 color: #99CC33;
}

li {
 marker-offset: 3px;
 font-family: verdana;
 font-size: 11px;
 color: #fff;
 text-indent: 10px
}

table.members {
 border: solid 1px #fff;
 width: 600px;
}
 