body {
	background-color: rgb(0%,0%,10%);
	color: white;
	font-family: "Courier New", Courier, monospace;
	margin: 20px;
	}
	
h1 {
	font-size: 24pt;
	font-weight:bolder;
	text-align:right;
	}
	
img {
	float:right;
	}
	
#corpo {
	width:600px;
	height:400px;
	margin:auto auto;
	border: thin white solid;
	padding:10px;
	}
#stats {
	width:600px;
padding:10px;
	margin:auto auto;
	margin-bottom:0px;	
	}
img { border:0;
}


#menu {
	width:100px;
	float:left;}	
#menu a, #menu a:link, #menu a:visited {
	text-decoration:none;
	color:white;
	font-weight:bold;
	padding: 1px;
	}
#menu a:hover {
	color:black;
	background-color:white;
	}
	
#menu a.sopra {
	border-bottom: thin white solid;
	}
