body
{ 
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: arial, sans-serif;
    line-height: 16px;
    background-color: rgb(0, 0, 0);
    text-align: center;
}

.index
{
	text-align: center;
	margin-bottom: 2px;
}

#button a
{
 background-color:  rgb(83, 15, 15);
 border: 1px solid;
 border-color: rgb(199, 115, 15);
 color: rgb(199, 115, 15);
 font-family: "times new roman", serif;
 font-size: 13px;
 padding: 1px 8px 1px 8px;
 text-decoration: none;
}

#button  a:hover
{
 background-color: rgb(101, 0, 0);
 border-style: outset;
 border-color: rgb(231, 156, 33);
 border: 1px solid;
 color: rgb(231, 156, 33);
}

#button  a:active
{
 background-color: black;
 border-style: inset;
 border-color: rgb(231, 156, 33);
 border: 1px solid;
 color: rgb(231, 156, 33);
} 
