/* printing stylesheet for Wellington Lesbian site */


BODY {
   width: 600px !important;
   color: #000; background: #fff;
   font-size: normal;
   font-family: Arial, Geneva, Helvetica, sans-serif;
}

#main {
	width: 600px;
  color: #000; background: #fff;
}
#header {	
  width: 600px !important;
}
#content {
  width: 530px !important;
}

#footer {
  width: 600px !important;
  font-size: 80%; 
}
h1 {
   color: #000; background: #fff;
   text-align: center; 
}
    
h2 {
   color: #000; background: #fff; 
   text-align: center; 
}
    
h3, h3.casual, h4, p {
   color: #000; background: #fff; 
}

A, A:visited {
   color: #000; background: #fff;
   text-decoration: underline;
}
#navbox A, #navbox A:visited  { 
   color: #000; background: #fff;
   text-decoration: underline;
}

p A {
   color: #000; background: #fff; 
   text-decoration: underline;
}

HR {
   color: #ccc; margin-top: 0; margin-bottom: 0;
}

UL {
   margin-top: 2px; margin-bottom: 4px;
}

.casual, casual2, casual3, casual4 {
   color: #000; background: #fff; 
   font-weight: 700;
}

#navbox {
   display: none;
} 

.noprint {
   display: none;
}
.right {
   text-align: right;
}
.left {
   text-align: left;
}
.center {
   text-align: center;
}
 A.red {  border: 2px solid red; color:red; }

