<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@media handheld {

html, body {
	font: 12px/15px sans-serif;
	background: #fff;
	padding: 3px;
	color: #000;
	margin: 0;
	}
	
* {
	float: none;
	}
.caption {
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	padding-top:0; margin-top:0;
	text-align:center;
	}
	
.caption a {color:#666;
text-decoration:none;
}
	


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
img
{  
	border-style: none;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000CC;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #660066;
	}

.return {
text-align:center;
}



#PLLabBox {
	margin:10px auto;
 border: 2px solid #4c4c4c;

}

.PLLabTitle {
	text-align:center;
color: #B31B1B;
font-size:3em;
}

.PLLabCRN {
	text-transform:uppercase;
	text-align:right;
}
.PLLabBlurb {
	text-align:center;
color:black;
font-size:1.5em;	
font-family:Georgia, "Times New Roman", Times, serif;
}

#content img { 
		max-width: 250px;
		}


.hanging{
	    text-indent: -3em;
    margin-left: 3em;
}


}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}</pre></body></html>