
.sub{
	
	/* margin:8px; */
	margin-bottom: 30px;
	padding-top:60px;
	font-size:3.5em;
	font-family:'Annie Use Your Telescope';
	color:blue;
	text-decoration:underline;
	font-style: italic;
	/* text-align:center; */

}

html{
	padding:0px;
	margin:0px !important;
}
body{
		position: relative;
		padding-top: 50px; 
	
	margin:0px !important;
}

#content{
		font-weight: 300;
		line-height: 1.5;
		
		font-size: 80px;
        text-align: left;		
		color: #ffffff;
		padding: 30px 15px 40px; /* side padding builds on .container 15px, so 30px */
		
		
		/* text-shadow: 0 1px 0 rgba(0,0,0,.15); */
		background-color:black;
		
	

}


#footer{
	
		font-weight: 300;
		line-height: 1.5;

       
		color: #ffffff;
		padding: 30px 15px 40px; /* side padding builds on .container 15px, so 30px */
		
		
		/* text-shadow: 0 1px 0 rgba(0,0,0,.15); */
		background-color:black;
		
	


}
.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: right;
	margin:0 auto;
	
}

.navbar-brand{
	text-align: right;
	padding-right: 100px;
}
.navbar{
	background-color: black;
	color: white;
	font-size: 20px;
}
#image{
	float:left;

}

div.box{
	background-color:#F5EEBC;
	border:2px solid;
	border-left:12px solid;
	border-color:blue;
	padding:15px;
	padding-bottom: 15px;
	/* margin-right: auto;  */
	/* margin-left: auto; */
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.3em;
	/* max-width:45em; */
	margin-top: 30px;
	margin-bottom: 30px;

}

#States{
	text-align:center;
	width:100%;
}

#States caption{
	font-family: "Courier New";
	caption-side:top;
	text-align:center;
}

#States th{
	background-color:#B00DFB;
	color:white;
	text-align:center;

}
#States tr:nth-child(odd){
	background-color: #BD72E0;
	color:white
}

#States tr:nth-child(even){
	background-color: white;
	color: #BD72E0;
}

.text{
	font-family: "Lucida Console", Monaco, monospace;
	border: none;
	background-color:#F3FAB6;
	font-size:1.4em;
	text-align:center;
}

#button1{
	padding:4px;
}

.outer{
																																				 																															
	color:white;
}

.inner{
	background-color: #ffe5e5;
	color:#ff9999;
}


