body {background: linear-gradient(darkblue,lightblue); background-repeat: no-repeat; background-attachment: fixed; text-align: center; font-family: arial narrow;}
p {color: white; font-size: 20px; font-weight: bold; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;}
a:link {color: yellow; text-decoration: none;}
a {color: yellow; font-size: 20px; text-decoration: none;}
#a2 {color: black; font-size: 20px; text-decoration: none;}
#button1 {background-color: blue; color: yellow; font-size: 20px; border-radius: 4px; border: 2px solid yellow; margin: 3px; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; position: relative; bottom: 5px;}
#button1:hover {background-color: lightblue; color: yellow;}
#button2 {background-color: yellow; color: yellow; font-size: 20px; border-radius: 4px; border: 2px solid yellow; margin: 3px; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; position: relative; bottom: 5px;}
#button3 {background-color: blue; color: yellow; font-size: 20px; height: 5pc; width: 12pc; border-radius: 4px; border: 2px solid yellow; margin: 3px; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; position: relative; bottom: 5px;}
#button3:hover {background-color: lightblue; color: yellow;}
h1 {color: yellow; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; line-height: 10px;}
h2 {color: yellow; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; line-height: 10px;}
table {text-align: center; border: 0px solid yellow; width: 60pc;}
tr {text-align: center; border: 0px solid yellow;}
td {text-align: center; color: white; font-weight: bold; font-size: 20px; border: 0px solid yellow; width: 20pc;}

