body { 
	font-family: Arial, Helvetica, Sans-Serif; 
	background-color: seagreen;
	font-size: 15px;
}

img {
	border: 0px;
}

hr {
	border-width: thin;
	border-style: solid;
}

.small { 
	font-size: 14px;
}

.smaller { 
	font-size: 12px;
}

.smallest { 
	font-size: 10px;
}

.headerText { 
	font-size: 30px;
	text-align: right;
	padding: 12px;
}

.headerBG { 
	margin-right: 8px;
	padding: 5px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 15px;
	background-color: #000000;
	padding : .5em;	
}

.textBox {
	font-weight: normal;
	margin-right : 30px;	
	margin-left : 30px;	
	margin-top : 5px;	
	margin-bottom : 5px;	
	padding-right : 4px;	
	padding-left : 4px;	
	padding-top : 4px;	
	padding-bottom : 4px;	
	border-width : thin;	
	border-style : solid;	
}

.newsHeading {
	font-weight: bold;
}

.breakBox {
	width: 40%;
	float: right;
	font-size: 14px;
	padding: 10px;	
	margin: 20px;	
	border-width : thin;	
	border-style : solid;	
}

.articleLink {
	font-size: 17px;
}

.headingLink {
	font-size: 16px;
	font-weight: bold;
}

.indented {
	margin-left : 30px;	
	margin-right : 30px;	
}

.pictureWithText {
	background-color: #FFF;
	color: #000;
	padding: 1em;
	margin: 1em;
	text-align: center;
	font-style: italic;
}

.pictureWithText img {
	border-color : #000;	
	border-width : thin;	
	border-style : solid;	
}
