
body {
	background:white;
	color:black;
	font-weight:normal;
}
.ff{font-weight:normal;font-family:sans-serif;}
td{height:16px;}
a:link{color:DarkBlue;} a:visited{color:blue;} a:hover{color:red;}
p.ps{margin:0px;padding:0px;font-size:14px;color:DarkSlateGray;}
nav{font-size:16px;}

.button {
  background-color: #04AA6D; /* Green */
  border: 4px;
  color: red;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  z-index: 8;
  background: rgb(0, 0, 240);
  left: 15px;
  top: 115px;
  visibility: hidden;"
}
.button:hover{
	  color: white;
	  font-weight:bold;
	  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
