@charset "UTF-8";
/* This CSS file contains all the CSS for the index.html page */




/*This contains the formatting and box for the intro paragraph on the home page*/
#introducton{
	
	top:100px;
	width:340px;
	height:150px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-weight: normal;
	margin-left:230px;
	margin-right:auto;
	padding-right:15px;
	text-align:center;
}


.cen_header{
	font-weight: bolder;
	font-size: 16px;
}

