/* New Double J Screen Styles */ 
body {color: black} 

h1, h2, h3, h4, h5, h6 {font-family: Verdana, sans-serif}
h1 {font-weight: bold; font-size: 16px; color: #000066; font-family: Verdana, sans-serif; 
   text-align: center; line-height: 90%}
   
h2 {font-weight: 450; font-size: 14px; color: #000066; font-family: Verdana, sans-serif; 
   text-align: left; line-height: 90%}
   
h4 {font-weight: bold; font-size: 14px; color: #000066; font-family: Verdana, sans-serif; 
   text-align: center}
   
h5 {font-weight: bold; font-size: 12px; color: #000066; font-family: Verdana, sans-serif; 
   text-align: left}
   
   
p, ul {font-family: Verdana, sans-serif; font-size: 10pt; font-style: normal; text-align: left;}

address {color: #000066; font-family: Verdana, sans-serif; font-size: 8pt; font-style: normal;
 font-variant: small-caps; text-align: center; clear: both; border-top: 1px solid #990033}
	 
#head {text-align: right; border-bottom: 1px solid #990033} 

#links {width: 120px; float: left; background-color: #990033; 
	margin-right:10px; margin-left:10px; padding: 10px 5px 20px 10px;
	border: 1px solid #000066}
	
#links a {display: block; font-family: sans-serif; color: white; font-size: 9pt}

#links a.newgroup {margin-top: 15px}
#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: black; text-decoration: underline}
#links a:active {text-decoration: none}

#main {width: 70%; float: left; border-left: 1px solid #000066; padding-left: 10px}

/* try the following things

ul.square {list-style-type: square}
list-style-image: url('arrow.gif')
p.small {line-height: 90%}
p.big {line-height: 200%}
background-image: 
url('smiley.gif');
background-repeat: 
no-repeat;
background-attachment: 
fixed
*/