#body
{
background: white;
font-size: 16px;
}

h3
{
font-size: 16px;
}

h4
{
font-size: 16px;
}

/* -- hyperlinks  -- */
a
{
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration; underline;
}

a:visited
{
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration; underline;
} 

#articles a:link:after
{
content: " (" attr(href) ") ";
font-size: 90%;
}

#articles a:visited:after
{
content: " (" attr(href) ") ";
font-size: 90%;
}

#articles a[href^="/"]:after
{
content: " (http://www.frontstretch.com" attr(href) ") ";
}

#navbar
{
display: none;
}

#banner
{
display: none;
}

#sidebar
{
display: none;
}

#footer
{
display: none;
}

.noprint
{
display: none;
}

#container
{
width: auto;
border: 0;
padding: 0;
float: none !important;
color: black;
background: transparent;
}

#content
{
width: auto;
border: 0;
padding: 0;
float: none !important;
color: black;
background: transparent;
}

#articles
{
width: auto;
border: 0;
margin: 0.5%;
padding: 0;
font-size: 18px;
float: none !important;
color: black;
background: transparent;
}
#articles p
{
	padding: 0px 30px 10px 0px;
      margin: 0px 10px 0px 20px;
}

#articles h3
{
      font-size: 14px;
	color: #000000;
      padding: 0px;
	margin: 0px
}

#articles h4
{
      font-size: 14px;
	color: #000000;
	line-height: 130%;
	padding: 0px;
	margin: 0px;
}
#headline 
{
text-align: left;
}

.printonly
{
   display: inline;
}
