#utility,
#screen_reader,
#navigation,
#footer,
fieldset,
img
{
	display:none;
}

.go_content,  
.dropdown,
.breadcrumb,
.quick_icon,
.quick_icon_author,
.description,
.thumbnail,
.go_top,
.sorter
{
	display:none;
}


/* Go style */
.go_style{
	right:0;
	top:0;
	position:absolute;
	padding:5px 5px;
	border:1px dotted red;
	background-color:#fedbd6;
}


/* HX */
h1{
	padding: 0;
	margin: auto 0.5in;
}

h2 {
	line-height: 20px;
	text-indent: 0;
	color: #000;
}


/*Content */
#content {
	padding: 0;
	margin: auto 0.5in;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   color:black;
   text-decoration:none;
   border-bottom:1px dotted red;
}

td{
	border:1px solid gray;
	padding:5px 5px;
}

th{
	border:1px solid black;
	background:black;
	color:white;
}

.highlight{
	color:red;
}


/* -------------------------------------
/*  default links
/* -------------------------------------*/

a:link{
	color:#0e7fc7;
}

a:visited {
	color:#4652dd;

}

a:hover {
	color:red;
}