h1 {
	padding: 1px;
	}

body {
	background: silver;
	}

a {
	color:black;
	}

a:hover {
	color: red;
	}

	
th {
	text-align: left;
	font-weight: strong;
	font-size: 130%;
	}

table {
	font-size: 80%;
	background: white;
}

#centerPage {
	margin-left: auto;	
	margin-right: auto;	
	width: 90%; 
	background-color: white;
	padding: 5px 5px 5px 5px;
	}		/*centers all of the content on the page*/

#container {
	width: 100%; 
	background-color: white; 
	clear: right; 
	
	}		/*creates the webpage container*/
		
div.article {
	background-color: white; 
	padding: .5em;
	border-bottom: 1px solid black;
	}
	
div.article P {
	margin: 0;
	font-size: 90%;
	}

div.article P + P {
	text-indent: 1%;
	}

div.article img {
	float: left;
	clear: none;
	padding: 0px 5px 0px 0px;
	}


div.title {
	font-weight: bold;
	font-size: 100%;
	padding: 10px 1px 10px 1px;
	}


div.date {
	font-family: book antiqua, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: rgb(209, 84, 7);
	}

#Navbar {
	width: 100%;
	padding-bottom:2px;
  	margin-top:6px;
  	border-bottom:4px solid red;
  	font-size:100%;
}
	

 










