/* stylesheet,css */

/* style rule for the page body */
body {
			font: 80% arial, helvetica, sans-serif;
			margin: 0;
			text-align:center;		/* Center everything */
			background: #000000;
		}
		
		h1, h2 {
			margin: 0;
			
		}
		#header {
			width: 100%;
			background: #ccc;
			height: 5px;
					}
				
		#navigation {
			text-align:left;
			font-size: 2em;
			position: absolute;
			margin-top: 90px;
			}
		
		
		#content {
			margin-left:30em;
			margin-top: 0px;
			text-align: center;
			text-align: top;			
		}
		#contentpics {				
			margin-top: 0px;
			text-align: center;
			text-align: top;
						
		}
		 
		                
		#footer {
			clear: both;
		}

/* Style rule for level 1 headings */
h2 {
 		font-size: 2em;
 		background-color:#ccc;	/* Light blue */
 		color: #000000;
		/* Shocking pink! */
}
/* Style for thumbnail images */
img.thumbs{
   width: 100px;
  
}
p {
	font-size: 1.5em;
	color:#ffffff;
}
/* Extras added to article */
.extra{
color:#990000;
}

/* Visited links */

a:visited{

color: #ffffff; /* white */
}

/* Unvisited links (no underline) */

a:link{

color: #ffffff; /* white */
text-decoration: none;
}
/* Hover links (red underline) */

a:hover{

color: #ff0000; /* red */
text-decoration: underline;
}
/* Active links (green underline) */

a:active{

color: #00ff00; /* green */
text-decoration: underline;
}
