@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}


body {
    background-color: #fffeee;
    background-image: url(images/bg.png);
    background-repeat: repeat;
    }

table, th, td{border: 1px solid black;
}   


/*
h1 {
    color: #0bd;
    background-color: black;
    margin-left: 0px;
    margin-right: 0px;
    border-width: 0px 0px 4px 0px;
    border-style: ridge;
    border-color: white;
    height: 100px;
    }
*/

p {
    font-size: 20px
   }    

img{
    max-width: 100%;
    max-height: 100%;
    }

table {
  background-color: lightyellow;
}
