* {
	font-family: "Courier New", Courier, mono; 
}
body {  
	background: #999; 
	margin: 0;
	font-size: 90%;       
}
.sheet { 
	border: 1px solid #666; 
	background: #fff; 
	width: 600px; 
	margin: 0 auto;
	padding: 0 2em 2em 2em;
}
.menu { 
	font-size: 75%; 
	text-align: center;
}
h1, .torrents { text-align: center; }
.torrents { font-weight: bold; font-size: 1.2em;}
a { text-decoration: none; }
a:hover {  text-decoration: underline; }

