/* Engine Guard Style Sheet  */
body 	{color: Navy; 
	 background-image: url(../Images/LifelineLogoWeb.gif);
	 background-color: white;}

table  { color: Navy;
	  }

I, EM  { font-weight: normal; 
	 color: #FF0000 ; 
	 font-style: italic}

A[href] { text-decoration: underline; } 

:focus { outline: thin dotted invert; } 
A:link { font-size: 105%; color: red} 

A:visited { text-decoration: none; 
	    font-size: 95%; color: blue} 

A:active { text-decoration: none; 
           font-size: 90%; color: purple; }

@media print {
  @page         { size: 8.5in 11in
		  margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }

#content 	{
		width: auto; 
		margin: 0 5%;
		padding: 0; 
		border: 0;
		float: none !important;
		color: black; 
		background: transparent
		}
		  	
     		  
  .noprint      { visibility: hidden; display: none }

	     }
