		html{
		width: 100%;
		text-align: center;
		}
		
		body {
			width: 100%;
			background-color: #000000;
			color: #FFD700;
			line-height: 130%;
		}
		
		
		div.ato {
			width: 45%;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
		}
		
		span.return{
			width: 100%;
			text-align: center;
		}
		
		a:link {
			color: #0033cc;
		 	}
		 
		a:visited {
			color: #dd33dd;
		 	}
		 
		a:hover {
			font-weight: bold;
		 	}
