 h1  {
    /*position:relative;*/
    color:#db6708;
	font-size:4em;
    text-align:center;
	text-shadow:0.063em 0.063em 0em  #070707;
	margin:auto;
    width:90%;
	height:0.2em;
    padding-top:1em;
	padding-bottom:1em;
	background-image:url("../images/logo3.jpg");          
	background-color:blue;
    background-repeat: no-repeat;
	border-style:solid;
  }
  h2{
	position:relative;
	color:black;
    font-size:2em;
	text-align: center;
	text-decoration:;
    margin:auto;
    width:90%;
  }
  hr
  {
	height:0.125em;
    border:0.063em solid #1524eb;
	margin:auto;
	width:90%;
}
li { 
    display:inline;
    text-align: center;  
    margin:3em;
	
	
   }
 ul{
	text-align:center;
    margin:1%;
	width:90%;
 }
 body{
	background-color:#9b9ba1;
	width:90%;
    margin:auto;
 }
table{ 
    text-align:center;
    background-color:#71caf3;
	width:90%;
    margin:auto;
    margin-top:1%;
    overflow:auto;	   
}
td{ 
    margin:1%;
    text-align:center;
	font-size:0.500em;
}
 
 tr{ 
    margin:1%;
    width:90%;
}
.imgLink{ 
    color:white;
    margin:10%;
    font-size:1em;
}
img{
    position:relative;
	width:4.8em;
    height:4.8em;
	border-style:float;
}
