
body {
    background-color: lightcyan;
    width:100%;
    }


h1 { text-align: center; }

h2 { text-align: center; }

p {text-align: center; font-size: 1.1em}

table { 
        table-layout: fixed;
        margin: 0 auto;
        border-collapse: separate;
    }

tr {width:512px; word-wrap:break-word; font-size: 1.0em;}

td {width:512px; word-wrap:break-word; font-size: 1.0em;}

div.center {
    text-align: center;
  }
  
  div.left {
    text-align: left;
  }
  
  div.right {
    text-align: right;
  } 
  
  div.justify {
    text-align: justify;
  } 


img {
    border:1px solid #000000;
    width: auto;
    }

.shadowbox {
    margin: auto;
    resize: horizontal;
    text-align: center;
    width: 75%;
    border: 1px solid #333;
    box-shadow: 8px 8px 5px #444;
    padding: 8px 12px;
    background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
    }

