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{
background-color: white ;
text-decoration: underline ;
text-align: center ;
font-size: 30px ;
font-style: italic ;
font-weight: 900 ;
font-family: times,serif
}

ul{
text-align: left ;
list-style-type: circle ;
list-style-position: outside ;
font-size: 14px ;
font-weight: 900 ;
font-family: times,serif
}

p{
background-color: white ;
text-align: left ;
margin-left: 0% ;
font-size: 14px ;
font-weight: 900 ;
font-family: times,serif
}

p.small{
background-color: white ;
text-align: left ;
margin-left: 0% ;
font-size: 11px ;
font-weight: 400 ;
font-family: times,serif
}

p.smaller{
background-color: white ;
text-align: left ;
margin-left: 0% ;
font-size: 8px ;
font-weight: 200 ;
font-family: times,serif
}
