
body {
     background-color: #333333;
}
a {
    color: #0060B6;
    text-decoration: underline;
}

#greet {
    
    width: 700px;
    height: 750px;
    color: white;
    font-family: Calibri;
    font-size: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
button {
  background-color: #008CBA;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 4px;
  border: 2px solid #000000;
}


a {
	color: #000000;
	text-decoration: none;
}
td {
	font-size:14px;	
}
