@charset "UTF-8";
/* CSS Document */

Body  {

	background color:#006699;
	font-family: Verdana, Geneva, Helvetica;
	color: #000000;
	font-size: 12px;
	margin: -40px 0 0 0;	
	}
	
	

	
H1 {

	font-size:55px;
	font-family: "Courier New", Courier, monospace;
	text-align:center;
	background-image: url(../images/issuefour/stripblue.gif);
	background-repeat:repeat-x;
	padding: 150px 500px 100px 30px;
	margin: -20px 0 0 0;
	
	}
	
H2 {

	font-size:20px;
	font-family: "Courier New", Courier, monospace;
	text-align:left;
	margin: 0 100px 0 700px;
	position: 0 -70%;
	
	}
	
p {
	padding: 50px 50px 50px 120px;
	line-height: 150%;
	word-spacing: 110%;
	}
	
img {
	margin: 20px;
	text-align: right;
	opacity: .9;
	
	
	}
	
.multiple {

	width: 55%;
	}
	
.links {
	text-align:center;
	line-height: 200%;
	margin: 20px;
	}
	
.spacer {

	margin: 200px 0;
	
	}
	
.footer {

	background-image:url(../images/issuefour/stripblueb.gif);
	background-repeat:repeat-x;
	padding: 250px 0 0 0;
	
	}
	
a:link, a:visited, a:active a:hover {

	font-family:"Courier New", Courier, monospace;
	font-size: 10px;
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
	color: #000000;
	font-weight:bold;

