body {
	font-family: Arial, Helvetica, Sans-serif;
		font-size: 14px;
	background: #F9F3E7;
	margin:0px;
	padding:0px;
}

a:link {color: #333399; text-decoration: underline;}
a:hover {color: #cf0021; text-decoration: underline;}
a:active {color: #333399; text-decoration: underline;}
a:visited {color: #cf0021; text-decoration: underline;}

blockquote {font-style:italic;}

#header {border-bottom: 5px groove #333333;
 	text-align: center;
	BACKGROUND: url(sp_back.jpg);
	padding: 0px;
	margin: 0px;
 }
 
 #nav {
	bgcolor="736F6B"
}
 
 #nav ul{
	padding: 0;
	margin: 0;
}
 
#nav li{
	display: inline;
	padding: 0px;
	margin: 0px;
	} 
 
 #nav a {font-size: 14px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 1em;
}

#nav a:hover{text-decoration: underline;}

#stuff {padding: 10 10 5 10;
	}

.newstuff {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 800px){
	.newstuff {
		flex-direction: column;
	}
}


.newstuff-parts{
	width: 48%;
}

@media (max-width: 800px){
	.newstuff-parts {width: 100%;}
}
	

.newstuff-parts img{
	align: center;
	width: 100%;
	max-width: 500px;
}


#foot a {font-size: 12px;
	color: white;
	text-decoration: none;
	}
	
footer {
	text-align: center;		
	}

 /* For the details page */
#details {width: 90%;
	max-width: 720px;
	margin: 0 auto;
}

/* Intro left and right used in the Historical Graphs index page. */
.introleft {width: 40%;
	border-right: 1px ridge #999;
}

.introright {width: 55%;
 }
 
/*---  For Page Titles ---*/
h1 {text-align: center;
}
	

/*---  For Section Headers ---*/
h2 {margin: 0px;
 font-size: 18px;
 color: #cf0021;
 font-weight: bold;
}

h3 a:link {color: #cf0021;}
h3 a:active {color: #cf0021;}
h3 a:hover {color: #cf0021; TEXT-DECORATION: none;}
h3 a:visited {color: #cf0021;}

h2 a:link {color: #cf0021;}
h2 a:active {color: #cf0021;}
h2 a:hover {color: #cf0021; TEXT-DECORATION: none;}
h2 a:visited {color: #cf0021;}

h1 a:link {color: #cf0021;}
h1 a:active {color: #cf0021;}
h1 a:hover {color: #cf0021; TEXT-DECORATION: none;}
h1 a:visited {color: #cf0021;}

/*---  For second major sections (see home page) ---*/
h3 {margin: 0px;
 font-size: 24px;
 color: cf0021;
 font-weight: bold;
 padding-bottom: 3px;
}	

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#0000ff;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}


/*---  LEFT SIDE BAR ---*/
#headlines {
 width: 260px;
 float: left;
 padding-right: 10px;
 text-align: left;
 color: #333;
 padding-bottom: 10px;
 border-right: 1px dotted #999;
}

/*---  RIGHT SIDE PICTURE ---*/
#rightpic {
 width: 220px;
 float: right;
 margin-top: 40px;
 padding-right: 30px;
 padding-bottom: 30px;
}

#graphs {width: 600px;
 	padding-left: 10px;
	float: left;
	border-right: 1px ridge #999;
	margin: 0px;
}

#comments {margin: 10px 20px 20px 20px;
 padding-left: 610px;
 }

