body {
		                    background: rgb(0%,0%,20%);
		                }
		                h1 {
		                    font-size: 150%;
		                    font-family: serif;
		                    font-weight: normal;
		                    color: rgb(0%,30%,20%);
		                    background: rgb(100%,0%,0%);
		                    text-align: center;
		                    padding: 0.25em;
		                    margin-top: 1em;
		                }
		                li {
		                	color: yellow;
		                }
		                ul.center { 
		                text-align: center;
		                }
		                h2 {
		                    margin-top: 1.5em;
		                    font-size: 110%;
		                    font-family: serif;
		                    color: red;
		                    text-align: center;
		                    
		                }
		                h3 {
		                   margin-top: 1.5em;
					      font-size: 110%;
						 font-family: serif;
						  color: white;
						  padding: 0.25em;
						  
		                }
		                h4 {
						      margin-top: 1.5em;
							  font-size: 110%;
							 font-family: serif;
							  font-style: italic;
							  color: white;
		                }
		                          h5 {
				
											  color: white;
		                }
		                          h6 {
								
															  color: white;
		                }
		                table {
		                    border-collapse: collapse;
		                    margin-left: auto;
		                    margin-right: auto;
		                    width: 90%;
		                }
		                th {
		                    font-variant: small-caps;
		                    background: rgb(7%,9%,100%);
		                }
		                th, td {
		                    border: solid thin black;
		                    padding: 0.25em;
		                }
		                tr.even-row {
		                    background: rgb(10%,40%,90%);
		                }
		                tr.odd-row {
		                    background: rgb(20%,90%,100%);
		                }
          			#footer{ text-align: center;
          			background: rgb(90%,90%,90%);
          			color: black;
          			font-size: 75%;
          			}
          			#footer2{ text-align: center;
						 				          			background: rgb(90%,90%,90%);
						 				          			color: black;
						 				          			font-size: 75%;
          			}
          			div.linx {
									float: left;
									border: solid;
									background: aqua;
									width: 12em;
				
								}
						div.linx a {
										text-decoration: none;
								}
						div.linx ul {
												list-style: none;
												padding: 1em;
								}
						div.linx h3 {
												text-align: center;
								}
						div.maincon {
											margin-left: 14em;
											background: black;
								}
						div.maincon h2 {
										text-align: center;
										background: rgb(50%,100%,100%);
				}
				div.maincon2 {
							margin-left: 14em;
							background: black;
							color: white;
							text-align: center;
					}
				div.maincon2 h2 {
								text-align: center;
							background: rgb(50%,100%,100%);
				}
				p.top { 
					text-align: center;
					}