body {font-family: 'Libre Baskerville', Verdana;
      font-size: 0.875em;}

a:link {
	color: steelblue; 
	text-decoration: none;
}

a:visited {
	/*color: indianred;*/
	color: crimson;
	text-decoration: none;
}
a:hover {
	color: mediumseagreen;
}

a:visited:hover: {
	color: red;
}

#nav {overflow: hidden;
    /*  width: 100%; */
      /*position: center;*/
      margin: 0% 23.7% 0% 0% ;}

#nav ul {list-style-type: none;
         padding: 0;
		 margin: 1em 0% 0% 0%;		 
	     } 
		 
#nav ul li  {float: right;
              margin: 1em ;
		      padding: 0.3em;
		      border: 2px solid black;
			  -moz-border-radius: 8px;
			  -webkit-border-radius: 7px;
		      }
			  
#nav ul li:hover {color: white;
                  background-color: black;
			      }
				  
#nav ul li a {color: inherit;
              text-decoration: none;}
			
h2 {margin: 1% 0% 0.2em 25%;}

#intro {margin: 0.5em 25% 0.1em 25% ;
        border: 2px solid darkslategray ; 
	   /* background-color: rgba(30, 144, 255, 0.3);*/
	    background-color: lightgray;
	    padding: 0.3em;  }


h3 {margin: 0em 0em 0.1em 0em;}

#zerothcol {float: left;
		   margin: 0% 5% 0% 25%;
	       width: 22.5%;
	       }
	       
#zerothcoltwo {float: left;
		   margin: 0% 5% 0% 0%;
	       width: 22.5%;
	       }

#firstcol {float: left;
		   margin: 0% 5% 0% 25%;
	       width: 22.5%;
	       }
		   
#secondcol {float: left;
		   margin: 0% 5% 0% 0%;
		   width: 22.5%;
		   }
		   
#thirdcol {float: left;
           margin: 0% 5% 2% 25%;
           width: 45%;
           }
		  
#fourthcol {float: left;
		   margin: 0% 5% 2% 25%;
		   width: 45%;
		   }
		   
#fifthcol {float: left;
		   	margin: 0% 5% 2% 25%;
		    width: 45%;
		    }
		   
/* Zeroth Column */
		   
ul {list-style-type: square;}	

#zerothcol ul a:link {color: steelblue;
                     text-decoration: none;}
					 
#zerothcol ul a:visited {color: crimson;
                        text-decoration: none;}
						
#zerothcol ul a:visited:hover {color: mediumseagreen;}
#zerothcol ul a:hover {color: mediumseagreen;}
 
/* First Column */ 
 
#firstcol ul a:link {color: steelblue;
                     text-decoration: none;}
					 
#firstcol ul a:visited {color: crimson;
                        text-decoration: none;}
						
#firstcol ul a:visited:hover {color: mediumseagreen;}
#firstcol ul a:hover {color: mediumseagreen;}

/* Second Column */

#secondcol ul {list-style-type: square;}		  
 
#secondcol ul a:link {color: steelblue;
                     text-decoration: none;}
					 
#secondcol ul a:visited {color: crimson;
                        text-decoration: none;}
						
#secondcol ul a:visited:hover {color: mediumseagreen;}
#secondcol ul a:hover {color: mediumseagreen;}

#secondcol ul {list-style-type: square;}		  
 
#thirdcol ul a:link {color: steelblue;
                     text-decoration: none;}
					 
#thirdcol ul a:visited {color: crimson;
                        text-decoration: none;}
						
#thirdcol ul a:visited:hover {color: mediumseagreen;}
#thirdcol ul a:hover {color: mediumseagreen;}

#thirdcol ul {list-style-type: square;}


#fourthcol ul a:link {color: steelblue;
                     text-decoration: none;}
					 
#fourthcol ul a:visited {color: crimson;
                        text-decoration: none;}
						
#fourthcol ul a:visited:hover {color: mediumseagreen;}
#fourthcol ul a:hover {color: mediumseagreen;}

#fourthcol ul {list-style-type: square;}

		   
#footer {clear: left;
	    /* position: center-bottom;  */
         margin: 90% 0% 2% 45%; 
		 font-family: arial ;
	     }