body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 
	{
	margin-top: 2px;
	}

h1 {
	font-size: 220%;
	line-height: 0.9em;
	
}
h2 {
	font-size: 150%;
	line-height: 0.9em;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 110%;
}


body {
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

.newsarticle {
	padding: 4px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}



.smaller {
	font-size: x-small;
	font-weight: lighter;
}

/* for floating text around images */
.imgleft { 
float: left; 
margin: 10px; /* so it's not right up against the text */ 
} 

.imgright { 
float: right; 
margin: 10px; /* so it's not right up against the text */ 
} 
