body {
	margin:20px 20px 0px 20px;
	background-color: black;
		}
	
#main {
	border:1px solid #000; 
	background:#fff;
	}

#menu {
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	float:right;
	width:100px;
	background:#eee;
	margin:0px 0px 10px 10px;
	}
#footer p {font-size:10px;text-align: center;}
		
p,h1 {
	margin:0px 10px 10px 10px;
	}
p.title {background-color:beige}
		
h1 {
	font-size:14px;
	padding-top:10px;
	font-weight: bold;
	}
	
#menu p { font-size:10px}

li.paper { background-color: #eee; font-weight: bold;}
hr {width: 75%;}
a:hover {background-color:yellow;}
