/* acg-print.css  contains css for anamcaragardens website media=print */

/* FOR PRINTING ONLY <<<<<<<<<<<<<<=======================               */ 


body {
font-family:"Times New Roman", Times, serif;
font-size: 10pt;
background:white;
color:black;
background-image:none;
}


h1,h2 {font-size:16pt; font-weight: bold;}

#container,  #logo, #content {
width: auto;
margin: 0;
padding: 0;
border: 0;
background: transparent;
float: none !important;
}



#navbar, #footer {display: none;}

/* Specific to acg ------------------------------- */ 





