td {
   background-image: url( background.jpg ) !important;
   height: 180px; !important;
   width: 160px; !important;
   text-align: center;
   vertical-align: middle;
}

div.caption {
  color: white;
    font-size: 12px;
}

body {
    background-image: url( bg.jpg ) !important;
    position: absolute;
    color: #333;
    font-size: 12px;
    line-height: 1.5em; 
    font-family: Lucida Grande, Verdana, Arial;
    margin: 0px;
    padding: 0px;
    max-width: 850px;
}


/* Links */
a {
    text-decoration: none;
    color: inherit !important;

}

a:hover{
    text-decoration: underline;
}

a:focus{
    outline: none;
    text-decoration: none;
}



p {
    min-width: 400px;    
}
	





h1 {
    margin-top: 12px;
    margin-bottom: 3px;
    text-shadow: #bbb 2px 2px 1px;
    color: white;
    font-size: 20px;
}

h2, h3, h4 {
    margin-top: 12px;
    margin-bottom: 3px;
    text-shadow: #bbb 2px 2px 1px;
    color: white;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h1 + p, h2 + p, h3 + p, h4 + p, b + p {
    margin-top: 2px;
}

