body
{
    color:#FFFF99;
    font-family:Tahoma;
}
h1,p.comment,.entryheader
{
    color: #ff3333;
}
a:hover,.thumbnail:hover div
{
    color: #ff3333;
}
a
{
    color:#ffcc66;
}
h2,h3,div.comment
{
    color:#ffcc66;
}
p.comment,input, textarea,select,.preview
{
    background-color:#220000;
    border-color:#330000;
}
input:focus, textarea:focus
{
    background-color:#330000;
}
body
{
background-color:black;
text-align:center;
font-size:12px;
}
p
{
font-size:14px;
font-weight:bold;
text-align:justify;
}
table
{
    margin:auto;
}
img
{
 border:0;
}
h1
{
text-align:center;
border:2px ridge;
margin:auto;
margin-top:10px;
margin-bottom:10px;
}
h2
{
text-align:center;
margin-top:10px;
}
h3
{
font-size:13px;
text-align:center;
border-top:2px ridge;
border-bottom:2px ridge;
margin:auto;
margin-top:10px;
margin-bottom:10px;
}
.gallery td
{
    text-align:center;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
div.comment
{
    margin:auto;
    font-size:16px;
    font-weight:bold;
    width:500px;
    height:18px;
    border-bottom:2px ridge;
}
p.comment
{
    margin:auto;
    margin-bottom:20px;
    width:480px;
    padding:10px;
    text-align:center;
}
input, textarea,select
{
    font-family:Tahoma;
    border-style:ridge;
    color:inherit;
    font-weight:bold;
}
.entryheader
{   padding-top:10px;
    margin:auto;
    font-weight:bold;
    font-size:16px;
    height:18px;
    border-bottom:2px ridge;
}
a.thumbnail
{
padding-left:5px;
padding-right:5px;
text-align:center;
text-decoration:none;
}
.thumbnail img
{
margin:auto;
cursor:pointer;
cursor:hand;
}
.thumbnail div
{

font-size:12px;
font-weight:bold;
}
.preview
{
padding:10px;
position:absolute;
z-index:1;
width:350px;
visibility:hidden;
border:1px solid white;
text-align:justify;
font-weight:bold;
}
.button
{
    cursor:pointer;
    background-color:Transparent;
}
.button:hover
{
        background-color:ActiveBorder;
}