
html {
  font-family: "Lucida Sans", sans-serif;
} 

body   {
  padding: 1%;
  margin: 1%;
  font-size: 12px;
}

header {
  width: 100%;
  background: linear-gradient(#801515 0%, #FFACAA 100%);
  color: #ffffff;
  text-align: center;
  font-size: 1.0rem;
}

h5, h6 {
    text-align: center;
}

#divPopUp {
			width: 400px; 
		/*	height: 450px;              */
			background: #4C90D8; 
			padding: 20px;
			color: #fff; 
			font-size: .75em;
			position: fixed;
			top: 30%;
			left: 20%;
			display: none;
}
		
#cap {
	
	color: black;
	text-align: center;
	font-size: 1.5rem;
}

table   {
 /*   margin-left: 20%; */
/*	width:80%; */
/*	padding: 5%; */
    margin: auto auto;
	text-align: center;
	border : 5px solid Blue;
}

td, th   {
	border: 1px solid Red;
	text-align: center;
}

footer {
	Text-align: center;
}