/* You are welcome to customize these style information, excepting the css of #copyright - please be fair! */


/* GENERAL */

body
{
 margin: 5px;
 font: 12px/1.4em Verdana;
}


/* HYPERLINKS */

a
{
 color: #990000;
 text-decoration: none;
}

a:hover
{
 color: #990000;
 text-decoration: underline;
}

a:visited
{
 color: #990000;
 text-decoration: none;
}


/* FORM STUFF */

form
{
 margin: 0px;
}

input,button
{
 border: 1px solid #888888;
 padding:2px;
 font: 8pt Verdana;
 font-align: 8pt Verdana;
 width: 200px;
 background-color: #f4f4f4;
}

.button
{
 width: 80px;
 margin-top: 4px;
 background-color: #B52021;
 font: bold 8pt Arial;
 color: white;
 border: 1px solid #888888;
}

#form
{
 padding: 2px;
 text-align: center;
}


/* SHOUTBOX STUFF */

#container
{
 border: 1px dashed #0099FF;
 width: 238px;
 font: 11px/1.4em Verdana;
 background-color: #FFFFFF;
}

#shoutbox
{
 overflow: auto;
 height: 270px;
 padding: 5px;
 scrolling: no;
 background-image: url('../img/background.png');
 background-repeat: repeat-x;
}


/* COPYRIGHT - EDITING THESE LINES IS ILLEGAL!! */

#copyright
{
 padding: 4px;
 padding-top: 7px;
 font-size: 10px;
 border-top: 1px dashed #0099FF;
}