body {
   background: white;
   font-size: 12pt;
   font-family: Georgia, "Times New Roman", Times, serif;
   }
#banner, #navbar, #sidebar, #footnav {
   display: none;
   }
#wrapper, #printfoot {
   width: auto;
   margin: 0  0;
   padding: 0;
   border: 0;
   float: none    /* important  */ ;
   color: black;
   background: transparent none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
.start a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.selfledsolutions.com" attr(href) ") ";
   }


.photoleft {
	display: inline;
	float: left;
	margin: 4px 30px 10px 0;
	color: #000000;
	background-color: #FFFFFF;
}
.letterspace   {
	letter-spacing: .1em;
	color: #000000;
	background-color: #FFFFFF;
}
.clear   {
	clear: both;
}

h1,h2,h3,h4,p,blockquote {
	line-height: 1.3em;
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	text-align: left;
	font-size: 105%;
	font-weight: bold;
}
h2 {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
}
h3 {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}
h4 {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
}
p {
	text-align: left;
	font-size: 80%;
	font-weight: lighter;
}
blockquote {
	text-align: left;
	font-size: 80%;
	font-style: italic;
	line-height: 1.3em;
}
ul {
	text-align: left;
	font-size: 80%;
	font-weight: lighter;
	line-height: 1.3em;
	list-style-type: square;
}
ul ul {
	margin-left: -20px;
	font-size: 100%;
}
ul ul li {
	list-style-type: circle;
}
ul ul ul li {
	list-style-type: disc;
}
ol {
	text-align: left;
    font-size: 80%;
	font-weight: lighter;
	line-height: 1.3em;
}
sup { 
	position: relative;
	font-size: 30%;
	line-height: 0em;
}


