



@charset "utf-8";
/* CSS Document */





#graphics {	  padding:24px 12px 24px 12px;	}

#graphsBox
{
	height:500px;	width:850px; 
}

#graphsText
{
	width:775px;
	padding:10px;	
	border:solid 3px #063A6B;
}

#textTitle
{
	font-family: "calibri", Garamond, 'Comic Sans MS';	font-size:21px;		
	font-weight:bold;	color:#000;
	text-align:center;
}

#textBody 
{
	font-family: "calibri", Garamond, 'Comic Sans MS';	font-size:17px;		color:#000;		
}

#graphs
{
	height:482px;	width:800px;
	box-shadow:rgba(0,0,0,0.90);
}
.graphButton
{
	height:40px;	width:150px;
	background-color:#063A6B;
	display: inline-table;
	font-size: 19px;		color:#FFF;	font-weight:bold;
	padding: 7px 3px 0px 3px; 	margin-top:7px;
	text-align:center;
}
.graphButton:hover
{
	background-color:rgba(11,15,204,1.00);
	cursor:pointer;	text-decoration:underline;
	
}

a {	text-decoration:none;	}
a:hover {	text-decoration: underline;	}

h2 {	font-family: "calibri", Garamond, 'Comic Sans MS';	}

