
@media print {
       * {
	    background: white ! important;
	    color: black ! important;
       }
}

BODY {
    background: black;
    color: white;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 30px;
    padding: 0px
    font-family: Verdana, sans-serif;
}

DIV.iehack {
  width: 100%;
  height: 100%;
  overflow: auto
}

UL.navsubmenu {
	font-family: Verdana, sans-serif;
		font-size: xx-small;
		margin-left:0;
	margin-top:0;
	margin-bottom:0;
	-moz-padding-start: 5px;
	list-style-type:none;
}

DIV.nav {
    font-family: Verdana, sans-serif;
    font-size: large;
     position: fixed;
// fixed; 
     background: url("../pics/Stony2.jpg");
     color: white;
     left: 0px;
     top: 120px;
     bottom: 0px;
     width: 148px;
     padding-top: 15px;
     padding-bottom: 15px;
     padding-left: 15px;
     padding-right: 17px;     z-index: 1
}

A.nav {
      text-decoration: none;
}

DIV.navinternal {
     width: 149px;
     text-align: left;
     color: white;
     top: 120px;
     margin-bottom: 1em;
     font-family: Verdana, sans-serif;
     font-size: smaller
}

DIV.banner {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2
}

DIV.content {
  position: absolute;
  margin: 15px;
  top: 120px;
  bottom: 15px;
  right: 0px;
  left: 170px;
  font-family: Verdana, sans-serif;
}

DIV.footer {
  text-align: center
}

DIV.titlebox {
  color: white;
  font-size: 1.5em;
  text-align: center
}

SPAN.titleem {
  color: white;
  font-size: 1.75em
}

DIV.displayed {
  text-align: center
}

DIV.displayedpic {
  text-align: center
}

P {
     text-indent: 2.5em;
          margin: 0em
}

P.nonindented {
   text-align: inherit;
   margin: 0em;
   text-indent: 0
}

TD.center {
   text-align: center
}

TH.statstitle {
   background: rgb(20,20,80) none
}

TD.statscell {
   background: rgb(20,20,20) none;
   text-align: center
}

IMG {
     border: 0
}

IMG.middle {
     text-align: center
}

A:link {
     color: rgb(51,204,255);
     background-color: inherit
}

A:visited {
     color: rgb(30,184,255);
//     color: rgb(204,100,255);

     color: rgb(130,120,250);
//     color: rgb(150,150,150);
     background-color: inherit
}

A:hover {
//	text-decoration: underline;
	color: rgb(255,255,100);
//	background-color: rgb(40,40,40);
}

SPAN.left {
	float: left
}

SPAN.right {
	float: right
}

DIV.center {
	float: center
}

SPAN.lefttext {
	text-align: left
}

SPAN.center {
	text-align: center
}
SPAN.leftsmall {
        float: left;
	font-size: 0.7em;
}
SPAN.centerlargered {
	text-align: center;
	color: red;
	font-size: larger
}
SPAN.centerlarge {
	text-align: center;
	font-size: larger
}
SPAN.pagetitle {
	text-align: center;
	font-style: italic;
}
SPAN.membername {
	font-style: italic;
	font-size: 1.5em
}
DIV.memberroster {
	text-align: center
}
DIV.memberpage {
	text-align: center
}
TR.celltitle {
	background-color: rgb(68,0,0);
	font-size: larger
}
TD.celldata {
	background-color: rgb(0,0,68);
}
TD.cellgame {
	background-color: rgb(0,34,0);
	font-size: larger
}
TD.rowtitle {
	background-color: rgb(0,0,0);
	font-size: larger
}
TD.center {
	float: center;
	text-align: center
}

