/* usage: print styles file for LME */
 
/* Laboratory of Marine Engineering */
/* March 2007  */
/************************************/


/* print styles */

  	body, li   { 
	background:white; font-size:12pt; 
  	font: small/18px "Lucida Grande","Trebuchet MS",  Verdana, Helvetica, sans-serif;
	margin: 15px 0;
 	}

/* suppress menu */	
	div#sitenav { display:none;}
  
/* headers */  
	h1, h2, h3, h4, h5, h6    { 
	page-break-after: avoid; page-break-inside: avoid; 
	}

	h1, h2 { font-size:14px;}
	h3 { font-size:14px; font-weight:bold; margin-bottom:0;}
	/*h4 { display:none}*/ /* suppress line above copyright */
	h5, h6 { font-size:14px; margin-bottom:0;}

/* links in the text */
  	a:link, a:visited {
    color:black;
    background:transparent;
    font-weight:normal;
    text-decoration:underline;
    }

/***************** end of lme_styles_home.css *************/