body { background-color: rgb(0,165,255);
 background-attachment: fixed;
 background-position: center;
 background-size: cover;
 /*background-size: contain*/
}
table { border: solid;
 width: 90%;
 margin: auto;
 background-color: #ffffff;
}
td { border: solid; 
 font-size: 150%;
 line-height: 2;
 padding: 15px;
 }
th { border: solid; 
 font-size: 150%;
 line-height: 2;
 padding: 15px;
 }
h1 { text-align: center;
 font-size: 200%;
 line-height: 2;
 color: #cc0000;
 text-shadow: 0px 1px 0px #ffff00,
 0px 2px 0px #ffff00,
 0px 3px 0px #ffff00,
 0px 4px 0px #ffff00,
 0px 5px 0px #ffff00;
}
p { text-align: center;
 font-size: 200%;
 font-weight: bold;
 line-height: 2;
}
footer,div {text-align: center;
}
a { text-align: center;
 font-size: 200%;
 font-weight: bold;
 line-height: 2;
}
