body {
		background-color: #FFFFFF;
		color: black;
		
		padding: 0px;
		margin: 20px;
		
		background-image: url(Images/background_strip.jpg);
		background-repeat: repeat-x;
		background-position: 0px 0px; 
}

#box1 {
		width: 959px;
		
		background-color: #D5D2A0;
		
		border-color: gray;
		border-style: solid;
		border-width: 1px;
		
		margin-right: auto;
		margin-left: auto;
		
		padding: 0px;
}

p {
	color: black;
}

h1 {
		font-size: 200%;
		text-align: center;
}

h2 {
		font-size: 140%;
		padding-top: 7px;
		padding-left: 15px;
		padding-right: 7px;
}

h3 {
		font-size: 110%;
		padding: 0px;
		margin: 2px;
}

.text {
		width: 959px;
		
		border-color: #FFF;
		border-width: 1px;
		border-style: none;
		
		padding-top: 20px;
		padding: 0px;
		margin: 0px;
}

.text2 {
		width: 240px;
		
		padding-top: 0px;
		
		border-style: none;
		border-color: white;
		border-width: 1px;
}

.text3 {
		width: 550px;

		border-top-style: none;
		border-top-color: green;
		border-top-width: 1px;
		
		border-right-style: none;
		border-right-color: green;
		border-right-width: 1px;
		
		border-left-style: dashed;
		border-left-color: green;
		border-left-width: 2px;
		
		border-bottom-style: none;
		border-bottom-color: green;
		border-bottom-width: 1px;
		
		padding: 10px;
		padding-left: 60px;
		padding-right: 60px;
		margin-right: 20px;
}

.utterpic {
			padding-left: 60px;
			
			border-color: blue;
			border-width: 1px;
			border-style: none;
}

table {
	width: 959px;

	font-size: 130%;

	border-top-style: none;
	border-top-color: green;
	border-top-width: 1px;
	
	border-right-style: none;
	border-right-color: green;
	border-right-width: 1px;
	
	border-left-style: none;
	border-left-color: green;
	border-left-width: 1px;
	
	border-bottom-style: dashed;
	border-bottom-color: green;
	border-bottom-width: 2px;

	margin-left: auto;
	margin-right: auto;
}

td {
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom: 7px;
}	

li {
	padding: 7px;
	
	font-size: 110%;
}	

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	   color: #000000;
	   text-decoration: none;
}

a:hover {
	 color: #03703D;
	 text-decoration: none;
}	