/* Print Styles for Tank Girl - The Girl U Want

Coded by:
Pete - atari2600vcs@yahoo.com */

BODY 
{ 
  background: #fff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #000;
}

        A:link    { color: #000; text-decoration: underline; }
        A:visited { color: #000; text-decoration: underline; }
        A:hover   { color: #000; text-decoration: underline; }
        A:active  { color: #000; text-decoration: underline; }


h1, h2, h3, h4
{ 
  background: none;
  color: #000;
  margin: 5px 0px 7px 0px;
  padding: 0;
}



div#pageBody
{
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}




div#header
{
  background: none;
  border-bottom: 2px solid #666;
  height: 61px;
  width: auto;
}

div#header img#printVersion
{
  display: inline;
}






/* Outer border -------------------------------------------------- */

div#outerBorder
{
  border: none;
}







div#bodyCopy
{
  background: #fff;
  border-right: 0; /* right nav bar */
  color: #000;
  font-size: 10px;
  width: auto;
}

div#bodyCopy p, div#bodyCopyWide p
{
  
  font-size: 10px;
  line-height: 11px;
  margin: 0px 0px 7px 0px;
}









/* Random Quotes -------------------------------------------- */
div.quoteContainer, div.quoteContainerRight
{
  background: none;
  float: none;
  margin: 15px 35px 15px 30px;
  width: auto;
}

span.quote
{
  color: #000;
  font-size: 12pt;
  width: auto;
}

div.quoteContainer span.text, div.quoteContainerRight span.text
{
  font-size: 12pt;
  width: auto;
}

span.quote span.name
{
  font-size: 9pt;
  text-align: left;
}








/* Frivolity - Cut & Paste -------------------------------------------- */
div#cutPasteDress
{
  float: none;
}





/* Non Displaying elements -------------------------------------------- */
div#tgHead, img.noPrint, img#printVersion, div#guw, ul#rightNav, ul#topNav, div#mainNav, div#lowerNav, div#printerFriendly, div#footer, div#quoteContainer span.name, div#quoteContainerRight span.name, div#quoteContainer span.intro, div#quoteContainerRight span.intro, img.yellingHead, div#sideBar, div#upperCorner, div#standUpContact, div#pageCount, div#clothingItemsLeft, div#clothingItemsRight, p.noPrint, span.quote span#quoteTag, h2.noPrint, div#retweetButon
{
  display: none;
}


