
.background
{
  background: url(images/MouseTrapMouse_2.png) repeat;
  border: 0px solid blue;
 }
div.textbox
{
  width: 480px;
  height: 85px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: yellow;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }
 div.bigtextbox
 {
  width: 480px;
  height: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }
div.bigtextbox p
{
  font-weight: bold;
  color: blue;
  font-size: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 0px;
}
div.titletextbox
{
  width: 480px;
  height: 85px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #FFC0CB;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
div.titletextbox p
{
  font-weight: bold;
  color: blue;
  font-size: 130%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 0px;
}  
  
div.textbox p
{
  font-weight: bold;
  color: blue;
  font-size: 130%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 0px;
}

hr.thick
{
  color: blue;
  background-color: blue;
  height: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}
img.photo
{
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.box 
{ 
  border: 0px solid black; 
  background: white; 
  width: 480px;
  height: 51px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}