body {margin: 0px 0px 0px 0px;}
table {border-collapse: collapse;}
td {padding: 0px 0px 0px 0px;}
img {vertical-align: bottom} 

A:link {color:blue;}
A:visited {color:blue;}
A:active {color:red;}
A:hover {color:white;}

.thePage  {
    margin-left: auto;
    margin-right: auto;
}

.fineprint {
    font-size: 10px;
    color: #000000;
    font-family:  Comic Sans MS, sans-serif, courier;
    text-align: center;
}

.wallpaper {
  background-repeat: no-repeat;
  }
  
.leftShadow {
  width: 25px;
  padding: 0px 0px 0px 0px;
  background-repeat: repeat-y;
  }
  
.rightShadow {
width:25px;
  padding: 0px 0px 0px 0px;
  background-repeat: repeat-y;
  }
 
.bottomLeftShadow {
  width: 25px;
  height:25px;
  padding: 0px 0px 0px 0px;
  background-repeat: no-repeat;
  }
  
.bottomRightShadow {
  width: 25px;
  height:25px;
  padding: 0px 0px 0px 0px;
  background-repeat: no-repeat;
  }

.dinoRed {
  background-color:#ff3333;
  }