.oldbrowser {
		display: none;
		}
		
body {
		background: white;
		}

.page {	
		padding : 0.5cm;
		margin-top : 0.5cm;
		margin-right : 0cm;
		margin-left : 0cm;
		float: none !important;
		}
		
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }

/* This hides all the menus etc so they aren't printed out*/

.menu {	
        display:none;
        }
        
.horz_menu {
        display:none;
	}        

.info {	
        display:none;
        }

.back {
		page-break-before: auto;
		}

/* Mozilla et Opera only*/
acronym:after {
		content: "attr(title";
		}
		
/* Custom  Deco and Printer addition */

#bottomiddle {
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	}

#topright {
	display: none;
	}

#bottomleft {
	display: none;	
	}
	
#bottomright {
	display: none;	
	}

#bottomlinks {
	display: none;	
	}	