﻿/*use this to surround print only when moving these to main css 
@media print {} */

body>#content-wrapper {
	margin:0; padding:0; line-height: 1.4em; 
	word-spacing:1px; letter-spacing:0.2px; 
	font-size:13px;
	font-family:Arial, Helvetica,"Lucida Grande", Georgia, "Times New Roman", serif;
	color: #000;
}

.noprint {display:none;}
.printonly{display:block !important;}
#navigation-wrapper {display:none;}
#navigation {display:none;}

body {background: white;font-size: 12pt;}

#copyright {font-size: 8pt; position:static;bottom:auto;height:auto}

#page-wrapper {position:absolute;left:0;right:0;}


#content-wrapper {
   margin-left:0;
   position:absolute;
   left:0;right:0;
   /*float: none !important;*/
   color: black;
   background: transparent none;
   }


#content {margin-right:.2in;}


/*Display Links on Page*/
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   /* color:#333; text-decoration:none; */
   }
   
/* Show URL */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   /*font-size: 90%;*/
   font-size: 11px;
   }
#content a[href^="/"]:after {
   content: " (https://piscesdivers.com" attr(href) ") ";
   font-size: 11px;
   }


