a
{
 text-decoration:none;
 font-family: Ariel;
 font-weight: bold;
 color: white;
}

a:hover 
{
 color: yellow;
 background: blue;
}


a.icons:hover 
{
 color: yellow;
 background: none; 
}

a.simple:hover
{
 color: white;
 background: none;
}

a.download img
{
 border: #003e01 3px solid;
}

a.download:hover img
{
 border: red 3px dashed;
}

a.rules
{
 text-decoration:none;
 font-family: Arial;
 font-weight: none;
 color: yellow;
 font-size: 12px;
}

a.rules:hover 
{
 color: red;
 background: none;
}


table
{
 background-color: #0b450c;
 border-top: #d1bc65 2px solid;
 border-left: #d1bc65 2px solid;
 border-right: #d1bc65 2px solid; 
 border-bottom: #d1bc65 6px solid; 
 width: 784; 
}

table.info
{
 background-color: #0b450c;
 border: white 2px solid;
 width:550; 
 border-collapse:collapse;
 color: white;
 text-align: center;
}

tr.header
{
 font-family: Arial;
 font-size:14px;
 text-align: center;
 color: white;
 background-color: #0b450c;
}

td.main
{
 padding-left: 10px;
 font-family: Verdana;
 font-size:13px;
 text-align: left;
 color: white;
 width: 70%;
}

td.links
{
 font-family: Times New Roman;
 font-size: 14px;
 text-align: center;
 color:white;
}

td.menu
{
 background-color: #0b450c;
 font-family: Arial;
 font-size:12px;
 text-align: center;
 color:yellow;
}
td.menu1
{
 background-color: #0b450c;
 font-family: Arial;
 font-size:12px;
 text-align: center;
 color: yellow;
}

body
{
background-color: black;
}