
/* style for printing */

body {
	color: black;
	background: white;
	font-family: Arial, Verdana, Geneva, sans-serif;
     }

a:link,
a:visited {
	color: black;
	background: white;
     }


	/* Set up small MAC logo at the bottom of index page */
img.smallLogo {
		display: block;
	        margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	} 


img.adobepic {
	       display: none;
	 }



#footer	{
	   text-align: center;
	}


#order	{
	   text-align: center;
	}


	/* format table of models on MAC125, STM, and STMT pages */
#table-of-models {
	   text-align: center;
	   margin-left: auto;
	   margin-right: auto;
	   margin-bottom: 40px;
	   border-collapse: collapse;
	   border: 2px solid #000;
	   width: 600px;
	}


#table-of-models td,
#table-of-models th {
	    border: 1px solid #000;
	    border-collapse: collapse;
	    padding: 10px;
	}



		