
/* this style sheet should be used throughout.. 
comment out the stuff that is not currently needed*/ 

/* Go here for colors   https://www.computerhope.com/htmcolor.htm  */


body {
                            background-color: #eeffcc;
							/*background-color: #cAffcc;*/
							/*background-color: FFFACD Lemon chiffon*/
							/*background-color: FFFDD0 Cream white*/
							/*background-color: FFFFC2 Parchment*/
							/*background-color: DBF9DB LIght rose green*/
							/*background-color: FAF0DD soft Ivory */
                            margin-left: 5%;
                            margin-right: 10%;
							margin-top: 5%;
                            border-style: double;
							border-width: 4.5px;
							border-color#1C3B8A;
                            padding: 10px 20px 10px 10px; 
				}

						 /* unvisited link */
						a:link {
						  color: #1B8A6B;
						}

						/* visited link */
						a:visited {
						  color: #1C3B8A;
						}

						/* mouse over link */
						a:hover {
						  color: blue;
						}

						/* selected link */
						a:active {
						  color: #033E3E;
						} 



/* Here are all the settings for the <H#> tags.   No need to use them all  */				  				
/*						h1 {
						color: #ffc;
						background-color: #600;
						font-size: 2em;
						margin-top: 12px;
						margin-bottom: 7px;
						padding: 4px;
						font-style: italic;
						text-align: center;
						letter-spacing: 0.5em;
						border-bottom-style: solid;
						border-bottom-width: 0.5em;
						border-bottom-color: #d60;
						border-top-style: solid;
						border-top-width: 0.7em;
						border-top-color: #b60;
						font-family: sans-serif, Tahoma;
						}
*/
h1 {
						color: #151b54;
						/*background-color: #151b54;*/
						font-size: 2em;
						font-family: sans-serif, Tahoma;
						margin-top: 12px;
						margin-bottom: 7px;
						padding-top: 14px;
						/*font-style: italic;*/
						text-align: center;
						/* letter-spacing: 0.15em; */
						/*border-bottom-style: solid;*/
						/*border-bottom-width: 0.5em;*/
						/*border-bottom-color: #d60;*/
						/*border-top-style: solid;*/
						/*border-top-width: 0.7em;*/
						/*border-top-color: #b60;*/
						}



						h2 {
							font-size: 1.5em;
							font-style: italic;
							font-family: sans-serif, Tahoma;
							color: #151b54;
							margin-left: 4%;
						}
						
						h3 {
							font-size: 1.2em;
							font-style: italic;
							font-family: sans-serif, Tahoma;
							margin-left: 4%;
							color: #151b54;
						}
						
						h4 {
							font-size: 1.em;
							font-family: sans-serif, Tahoma;
							margin-left: 4%;
							color: #151b54;
						}
						
						h5 {
							
							font-size: 1.em;
							font-family: sans-serif, Tahoma;
							color: #151b54;
							text-align: right;
							padding-bottom: 4px;
						}
						h6 {
							font-size: 8px;
						}


			</style>	