@charset "utf-8";
/* printing stylesheet for Wellington Lesbian site */
BODY {
   width: 100% !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: 500px !important;
}

#footer {
  width: 600px !important;
  font-size: 80%; 
}
#navbox { font-size:10pt; }
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;
   font-size: 10pt;
   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;
}
UL LI, LI LI { 
  list-style-position: outside; 
  margin-left: normal;
}

.casual, casual2, casual3, casual4 {
   color: #000; background: #fff; 
   font-weight: 700;
}

.noprint {
   display: none;
}
.right {
   text-align: right;
}
.left {
   text-align: left;
}
.center {
   text-align: center;
}
 A.red {  border: 2px solid red; color:red; }


