body {
  background-color: white;
  color:#ffff66;
  width:100%;
  height:10%;
  text-align: left;
  text-shadow: 1px 1px;
  margin: auto;
}

header {
	background-color: #4174d9;
  color:#ffff66;
	font-family: "papyrus";
  width:100%;
  height:10%;
  text-align: center;
  text-shadow: 1px 1px;
  margin: auto;
}
/*
header:hover {
	background-color: black;
   color:yellow;
   width:100%;
   height:10%;
   text-align: center;
   text-shadow: 1px 1px;
   margin: auto;
}
*/
/*
#dispTime {
   text-align: right;
   font-size: 15px;
   text-shadow: 0px 0px;
}
*/

.main {
	background-color: #faebd7;
	color: black;
	width:100%;
	height:100%;
	text-align: center;
	margin: auto;
	border: 0px solid black;
}

#list {
  font-family: "Georgia";
  border-collapse: collapse;
  width: 100%;
}

#list td, #list th {
  border: 1px solid #ddd;
  padding: 8px;
}

#list tr:nth-child(even){background-color: lightgrey;}
#list tr:nth-child(odd){background-color: white;}


#list tr:hover {background-color: #ddd;}

#list th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: darkblue;
  color: #ffff66;
}

.nav {
	background-color: #AAA;
	color: black;
	/*width:100%;*/
	height: 50%;
	font-size: xx-large;
	text-align: center;
	margin: auto;
	border: 0px #AAA;
}
p {
   color: #ffff66;
   text-align: center;
}

/*p:hover {
background-color: black;
	 color: yellow;
   text-align: center;
	 font-size: xx-large;
}*/
.pfooter {
   background-color: white;
	 color: black;
	 font-family: "Georgia";
   text-align: center;
	 font-size: small;
}
/*
.pfooter:hover {
background-color: black;
	 color: yellow;
   text-align: center;
	 font-size: xx-large;
}
*/

iframe {
  width: 100%;
}
img {
  float: right;
	width: 100%
	}
.button {
   background-color: blue;
   border: none;
   box-shadow: 5px 5px #888888;
   color: #ffff66;
   padding: 8px 10px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   border-radius: 15px;
   font-size: 12px;
   margin: 4px 2px;
   -webkit-transition-duration: 0.6s;
   cursor: pointer;
}
.button:hover {
	background-color: black;
	color: #ffff66;
}
a {
 background-color: #AAA;
 font-size: x-large;
}
a:link {
  color: blue;
	font-size: x-large;
  text-decoration: none;
}
a:visited {
  color: Magenta;
	font-size: x-large;
  text-decoration: none;
}
a:hover {
  /*--color: yellow;*/
	font-size: x-large;
  background-color: white;
  text-decoration: none;
}
.prenex {
  color: #ffff66;
	background-color: white;
	font-size: xx-large;

	/*border-radius: 15px;*/
/*
	padding: 2px 3px;
	box-shadow: 3px 3px #888888;
*/
	/*height: 20%;*/
	margin:auto;
	width:100%;
	border: 0px solid blue;
	text-align: center;
}
.backButton {
	background-color: #4169E1;
  border-radius: 15px;
  padding: 4px 5px;
  box-shadow: 3px 3px #888888;
  text-align: left;
	font-size: x-large;
  color: #ffff66;
}
.backButton:hover {
  background-color: black;
  border-radius: 15px;
  padding: 8px 10px;
  text-align: left;
  color: #ffff66;
	text-decoration: none;
}

.homeButton {
  background-color: #4169E1;
  border-radius: 15px;
  padding: 4px 5px;
  box-shadow: 3px 3px #888888;
  text-align: left;
	font-size: x-large;
  color: #ffff66;
}
.homeButton:hover {
  background-color: black;
  border-radius: 15px;
  padding: 8px 10px;
	box-shadow: 3px 3px #888888;
  text-align: left;
  font-size: x-large;
	color: yellow;
}

.forwardButton {
	background-color: #4169E1;
  border-radius: 15px;
  padding: 4px 5px;
  box-shadow: 3px 3px #888888;
  text-align: left;
	font-size: x-large;
  color: #ffff66;
}
.forwardButton:hover {
  background-color: black;
  border-radius: 15px;
  padding: 8px 10px;
  text-align: right;
  color: #ffff66;
}
footer {
  background-color: white;
  color:black;
  text-align: center;
  margin:auto;
}
/*
footer:hover {
  background-color: black;
  color: yellow;
  padding: 8px 10px;
  text-align: center;
 -webkit-transition-duration: 1s;
}
*/
