body{
background-color: black ;
margin: 0px, 0px, 0px, 0px
}

table{
background-color: white ;
border-style: ridge ;
border-color: "#CC00FF" ;
border-width: 4px
}

table.buttons{
background-color: white ;
border-style: none ;
border-color: white ;
border-width: 2px
}

h1{
background-color: white ;
text-decoration: underline ;
text-align: center ;
font-size: 40px ;
font-style: italic ;
font-weight: 900 ;
font-family: times,serif
}

h2{
position: relative ;
left: 25% ;
top: 3% ;
background-color: transparent ;
text-decoration: underline ;
font-size: 20px ;
font-style: italic ;
font-weight: 900 ;
font-family: times,serif
}

p{
background-color: white ;
text-align: left ;
font-size: 14px ;
font-weight: 900 ;
font-family: times,serif
}

