 #header{
	 border:1px solid #CCCCCC;height:100%;
	 border-radius:0px;
	 text-align:center;
	 margin:auto;
	 background-color:#FFFFFF;
	 text-shadow: 1px 1px #B0B3B6;
	 color:#337AB7;
	 font-size:28px;
	 font-weight:bold;
 }
  
  h2, h3 {
    background-color: blue;
    margin: 0 3px !important;
    border-radius: 0.2em;
    padding: 3px 5px;
    color: #fff;font-weight:500;
}

 body{
	 
	  	font-family: 'Oswald', serif;
	  	font-size:18px;
 }
 
 
 table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 1px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

tr:hover {background-color:#f5f5f5;}
 
 .button2 {
	
	border-radius: 4px;
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
	
	border-radius: 4px;
  background-color: #008CBA;
  color: white;
}
 
 #tdheading{
	 
	 background-color:#e8e8e8;font-colo:#ffffff;text-align:center;font-weight:bold;font-size:15px;
 }
 

 

