/* CSS Document */

/* things for normal text */
body {
	background-color: white; 
	background-image: url(images/indtextb.jpg);
}

p { font-family: serif; font-size: inherit;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #339900;
	font-size: x-large;
	font-weight: bold;
	white-space: normal;
	height: 65px;
	clear: both;
}
#newsItem {
	border-top: 3px double black;
	border-right: 7px solid black;
	border-bottom: 7px solid black;
	border-left: 3px double black;
	padding: 3px;
	margin-bottom: 15px;
	clear: both;
}

/* things to position different areas - structure */
