@charset "utf-8";
/* CSS Document */
body {
background-color: #000000;
background-image: url(background.gif);
background-repeat: repeat;
font-family: "Courier New", Courier, monospace;
font-size: inherit;
color: #000000;
}
div#warning {
text-align: center; 
    margin: 0px;
	 width: auto;
}

div#box {
     margin-left: auto;
     margin-right: auto;
	 padding: 0px;
	 border: 3px;
	 border-style: solid;
	 border-width: 3px;
	 border-color: #000000;
	 width: 850px;
}
a:link { 
	color: #000000;
	text-decoration: none;
}
a:visited { 
	color: #990000;
}
a:hover { 
	color: 
	background-color: #FFFFFF;
	text-decoration: none;
	}
a:active { 
	color: #CC3333;
	}
div#header {
       background-color: #000000;
}

div#imagecenter {
    text-align: center; 
    margin: 0px;
	 width: auto;
}

div#main  {
       background-color: #FFFFFF;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   color: #000000;
	   padding: 10px;
}

