﻿body 
{
	font-family: Arial, Sans-Serif;
	background: #FFFFFF;
}

#header,
#banner,
#footer_links
{
	display: none !important;	
}

#footer_copyright 
{
	font-size: 8pt;	
}

.content_header 
{
	font-weight: bold;	
}
.product_image 
{
	float: right;	
}

a:link, a:visited 
{
	font-weight: bold;
	text-decoration: underline;	
	color: #000000;
}

/* Show the URL after the link text (Mozilla) */
a:link:after, a:visited:after 
{
   content: " ( " attr(href) ") ";
   font-size: 60%;
}
