
body{
	color: #F6F6F6;
	background-color: #000000;
	font-size:12;
	font-family: "Tahoma","Arial",serif;
	}

a:link{
	color:#0000c0; 
	text-decoration:none; 
	font-weight: bold;
	}
a:active{
	color:#000040; 
	text-decoration:none; 
	font-weight: bold;
	}
a:visited{
	color:#000040; 
	text-decoration:none; 
	font-weight: bold;
	}
a:hover{
	color:#808080; 
	text-decoration: none; 
	font-weight: bold;
	}
pre{
	font-size:12;
	font-family: "Tahoma","Arial",serif;
	}
span{	
	font-size:16;
	font-family: "Tahoma","Arial",serif;
	color:#00ce00;
	font-weight:bold;
	}
	
div.menu{
	bottom:5px;
	position: absolute;
	text-align:center;
	background-color:#000000;
	}
div.all{
	background-image: url("./img/center.png");
  	background-repeat: repeat-y;
  	text-align:center;
	text:wrap;
  	position:absolute;
	z-index:4;
	}
div.main{
	width:550px;
	color:#000000;
	background-color:#FFFFFF;
	font-size:12;
	font-family: "Tahoma","Arial",serif;
	text-align:left;
	}