body
{
  background-color: #ddd;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
  width: 100%;
}
#pageGuide
{
  float: left;
  margin-top: .5em;
  margin-bottom: .5em;
  width: 100%;
  text-align: center;
}
.numGuide
{
  text-align: center;
  margin-left: 2px;
  padding: 0;
  padding-left: 2px;
  padding-right: 2px;
  border: 1px solid #666; 
}
#picBox
{
  background: #ffff96;
  position: relative;
  border-color: #008a00;
  border: 2px;
  width: 100%;
}
img
{
  border: 0;
  margin: 2px 2px 2px 2px;
}
#picBox img
{
  border-color: #aaa #ccc #ddd #bbb;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  padding: 2px;
  vertical-align: top;
  width: 95px;
  height: 95px;
}
#picBox a .preview
{
  display: none;
}
#picBox a:hover .preview
{
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
#picBox .preview
{
  border-color: #f00;
  width: 130%;
  height: 130%;
}


#picBox ul
{
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#picBox ul li
{
  background: #eee;
  border-color: #ddd #bbb #aaa #ccc;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  display: inline;
  float: left;
  margin: 3px;
  padding: 5px;
  position: relative;
  width: 105px;
  height: 105px;
}
#picBox ul li a 
{
  display: block;
  text-decoration: none;
  text-align: center;
  background: transparent;
  vertical-align: center;
}
 
/* Links */
a
{
  background: #cccccc;
  color: #399;
  font-weight: bold;
  text-decoration: none;
}
a:link
{
  background: transparent;
  color: #599;
}
a:visited
{
  background: transparent;
  color: #599;
}
a:active, a:hover
{
  background: transparent;
  color: #03f;
}

