html{
margin: 10px;
}
body{
background-image: url("back.png");
background-position: center;
background-size:75%;
background-repeat: no-repeat;
}
h1{color:#ffffff;
background:#000000;
padding:10px;
}
table{
background: rgba(.2, .4, .1, .1);
cellpadding:5px;
border: 3px solid #000000;
cellspacing: 0px;
}

td{
cellpadding:5px;
border: 1px dotted #000000;
}