body {    
	background-image: url(../vis/paper2.jpg);    
	padding: 20px;  
	margin: 20px;  
	}
	
h1 {    
	text-align: center;  
	color: #222211;  
	font-family: serif;
	font-size: 18pt;
	}

p {    
	color: #111100; 
	text-indent: 3em; 
	font-size: 12pt;
	}

a {
		text-decoration: none;
		color: #cc0000;
	}

a:hover {
		color: #ff3300;
		text-decoration: underline;
	}

