@charset "utf-8";
/* CSS Document */

body { color : #000000; background : #ffffff; font-family : "Times New Roman", Times, serif; font-size : 12pt; } 
a { text-decoration : underline; color : #0000ff; }
.logobox2 {
	display: inline;
	visibility: visible;
	margin-top: -60px;
}
#sitehead {
	float: left;
	height: 126px;
	width: 297px;
	background: url(../siteimages/Marinelli-Shellfish-Logo.jpg) no-repeat;
}
.logobox, .picbox1, .printlink, #navpanel, .datebox, .mainpanelbottom, .bnavpanel, .sitefooter {
  display : none;
} 
h2 {
	color: #000;
	font: bold 14pt "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-left: 20px;
	display: block;
	margin-bottom: 0px;
}
/*Break Page*/
#comments {page-break-before: always;}
/* Show URL */
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;}