body
{
 background-color: black;
 color: white;
}
img
{
 border-width: 1px;
 border-color: #000000;
}
img:hover
{
 border-color: #FFFF00;
}
img:active
{
 border-color: #FF9900;
}
a:link, a:visited
{
 color: #FFFF00;
 text-decoration: none;
 cursor: pointer;
}
a:hover
{
 color: #FF0000;
 text-decoration: underline;
 cursor: pointer;
}
a:active
{
 color: #FF9900;
 text-decoration: none;
 cursor: pointer;
}
h1
{
 text-align: center;
 font-size: 28px;
 color: #FFFF00;
}
.button
{
 color: #FFFFFF;
 background-color: #444444;
 border-top: 2px solid #666666;
 border-left: 2px solid #666666;
 border-bottom: 2px solid #222222;
 border-right: 2px solid #222222;
 font-weight: bold;
}
.button:hover
{
 background-color: #555555;
}
.button:active
{
 border-top: 2px solid #222222;
 border-left: 2px solid #222222;
 border-bottom: 2px solid #666666;
 border-right: 2px solid #666666;
}
.button:hover:active
{
 background-color: #555555;
 border-top: 2px solid #222222;
 border-left: 2px solid #222222;
 border-bottom: 2px solid #666666;
 border-right: 2px solid #666666;
}
.textbox
{
 color: #FFFFFF;
 background-color: #000000;
 border-top: 2px solid #333333;
 border-left: 2px solid #333333;
 border-bottom: 2px solid #555555;
 border-right: 2px solid #555555;
}