PRE{
	font-family: Courier,serif;
	
}	


BODY{
	background: Black ;
    color : #C7C7C7;
    font-family : Arial, sans-serif; 
    text-align: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

div.topper{
	background: White url(http://single-payer.us/topbackmast.gif);
	position: absolute;
	padding:0;
	top: 0;
	left: 0;
	width: 1024px;
	height: 110px;
	overflow: hidden;
	text-align: right;
    color : white;
    font-family :  Arial, sans-serif;
    text-align: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

BODY.top{
	background: White url(http://single-payer.us/top.gif);
    color : #FFFFFF;
    font-family :  Arial, sans-serif;
    text-align: left;
    padding-right: 0;
	overflow: hidden;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

BODY.main{
	background: White ;
    color : #000000;
    font-family :  Arial, sans-serif;
    text-align: justify;
    font-size: 12px;
	margin-right: 100px;
	margin-left: 50px;
}


BODY.menu{
	background: White url(http://single-payer.us/green-whitebg.gif) ;
    color : #000000;
    font-family :  Arial, sans-serif;
    text-align: left;
    font-size: 12px;
	margin-left: 25px;
}

	
H1 {
	text-align: center;
    font-family :  Arial, sans-serif;
	font-size: 250%;
}

H2 {
    font-family :  Arial, sans-serif;
	text-align: left;
	font-size: 110%;
	margin-top: 35px;
}

H3 {
	text-align: center;
    font-family :  Arial, sans-serif;
	font-size: 150%;
}

H4 {
	text-align: center;
    font-family :  Arial, sans-serif;
	font-size: 110%;
}


/* Links within paragraphs (subtle) */
H1 a, H2 a, H3 a, H4 a, table a, ul a, p a, BODY a  { 
	color: #004400; 
	text-decoration: none; 
}

/* Links within paragraphs (revealed) */
H1:hover a, H2:hover a, H3:hover a, H4:hover a, table:hover a, ul:hover a, p:hover a  { 
	color: #006600;  
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

/* Rollover effect for links within paragraphs */
H1 a:hover, H2 a:hover, H3 a:hover, H4 a:hover, table a:hover, ul a:hover, p a:hover, BODY a:hover { 
	color: red; 
	text-decoration: none;
}

