body {	
	background-color: #AEB6BF;
 	}

#fullnav {
  	font-family: Georgia, Helvetica, sans-serif;
  	width: 50%;
   	box-shadow: 10px 10px 25px #404243;
	border-radius: 0px 0px 10px 10px;
	margin-left: auto;
   	margin-right: auto;
	background-color:  #1B4F72;	
	border-collapse: collapse;
	font-size: 110%;	
	}

.title2 {    
	font-size: 125%;
	line-height: 1.5;
	font-weight: bold;
	color: white;
	background-color: #512E5F;
	}

.error {
	background-color: yellow;
	font-size: 18px;
	padding: 5px;
	}

td {
	  	background-color: #2E86C1;

  	text-align: center;
  	padding: 10px;
	}

.title {
    color: white;
}

.info {
	color: #1B4F72;
	background-color: #D6EAF8;
	border: 1px solid;
}

.bottombutton {	
	background-color: #1B4F72; 
	border-radius: 0px 0px 10px 10px;	
}

.div_format {
	background-color: white;
 	color: red;
  	border: 3px solid #2E86C1;
   	padding: 10px;
}


th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #1B4F72;
	color: white;
	font-size: 24px;
		border-radius: 10px 10px 0px 0px;

	
}
.plbutton {
	background-color: #5499c7;
	border-radius: 10px;
	padding: 6px 15px;
	width: 150px;
	color: white;
}

.plbutton:hover {
    color: white;
    background-color: #1f618d;
}
.nav{
	padding:20px;
	font-size:115%;
	background-color: #1B4F72;
	color: white;
}

.nav a:link {color: white;} 
.nav a:visited {color: white;} 

#backbutton{
	background-color: #512E5F;
	 border: none;
	  color: white;
	   font-family: Georgia, Helvetica, sans-serif;
	    font-size:100%;
		 text-decoration: underline;
		 cursor: pointer;
}