/* Print Stylesheet */
body {
	font-family: arial, helvetica, sans-serif;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	margin: 4px 0;
	padding: 0;
}

hr {
	display: none;
}

/* Hide navigation, ads and other stuff */
#sidebar,
#user_options,
#newtobroadband,
#packagesearch_button {
	display: none;
}

.crumbs, .ad {
	display: none;
}

#footer {
	text-align: right;
	font-size: 9pt;
}

.headlineNews {
	border-bottom: 2px #000 solid;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.std-table-sub {
	border: 2px #000 solid;
	border-collapse: collapse;
	width: 95%;
}

.std-table-sub td {
	border: 1px #000 solid;
	padding: 4px;
}

.std-cell-title {
	font-weight: bold;
	background-color: #ccc;
}

table p {
	margin: 0;
	padding: 0;
}

table font {
	font-size: 9pt;
}

a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
	
/* Display href destination URL in paragraphs */
p a:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* Expand internal links */ 

p a[href^="/"]:after {
  content: " (http://www.thinkbroadband.com" attr(href) ") ";
   }