body {
    margin-top: 0px;
    top: 0px;
    font: 14px 'Comic Sans MS';
    background-color: #333333;
    color: #FFFFFF;
}

a.version {
    font: 10px sans-serif;
    font-style: normal;
    font-weight: normal;
}

a.version img {
    border-width: 0px;
}

a, a:link {
  color: #FFCC00;
  text-decoration: none;
}

a:hover {
    color: #00FF00; text-decoration: underline; 
}

a:visited {
     color: #EECC66; 
}
 
a:active {
     color : #ddaa88; text-decoration: none;
}

img.thumbnail {
    border: 3px RIDGE #999999;
}

div.right {
    float: right;
}

div.center {
    margin-left: auto; margin-right: auto; text-align: center;
}

table.parks 
{
    margin-left: auto; margin-right: auto;
    border-width: 0px; width: 70%; border-spacing: 20px; padding: 20px;
}

table.parks td {
    margin-left: auto; margin-right: auto; text-align: center;    
    border-width: 0px;
}

img.bigimage {
    border:none;
    cursor:pointer;
}

#preview {
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}