
body {font-family: arial;}


h1 {margin: auto; 
	margin-top: 30px;}

.containerdiv {max-width: 1000px; 
				text-align: center; 
				margin: auto; 
				margin-top: 30px;}
				

.clear {clear: both;}

.blueline1 {height: 10px; 
			background-color: rgb(43,57,144); 
			margin-top: 20px;}

.blueline2 {height: 6px; 
			background-color: rgb(43,57,144); 
			margin-top: 30px;}


.greenline1 {height: 8px; 
			 background-color: rgb(0,147,68);
			 margin-top: 0px;}

.greenline2 {height: 6px; 
			 background-color: rgb(0,147,68);}


.redline1 {height: 6px; 
		   background-color: rgb(238,29,37);
		   margin-top: 0px;}

.redline2 {height: 6px; 
		   background-color: rgb(238,29,37);}


.container {width: 1000px; 
			margin: auto;}

#text {line-height: 25px; 
	   margin-top: 20px; 
	   font-size: 17px;}


