body { 
    background-image: url(gif/_bg/sand.gif);
    font-family:  Arial, Verdana, sans-serif;
    font-size: 80%; 
    color: #00008B; 
    text-align: center;
    font-weight: normal; 
  }

a {
    text-decoration: none;
  }

a:link {
    color: #00008B; 
  } 

a:visited {
    color: #4B0082; 
  } 

a:hover {
    color: #ff0000; 
  } 

a:active {
    color: #00008B;
  } 

td a {
    display: block;
    position: relative;
    width: 150px !important; 
    height: 150px !important; 
  }

table {
    table-layout: fixed;
    margin: 3% auto;
    border: 3px ridge #fff;
    border-collapse: collapse;
  }

td {
    width: 150px !important; 
    height: 150px !important;
    border: 3px ridge #fff;
  }

p {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    margin-top: -1em;
  }

#hint {
    display: block;
    position: absolute;
    top: -3.4em;
    left: 0;
    width: 148px;
    height: 1.9em;
    padding: 0.5em 0;
    border: 1px solid #CCCCCC;
    font-size: 0.8em;
    text-align: center;
    background: #E6E6E6;
    color: #E60028;
  }

.right {
	padding-right: 20px;
	}