/*
Theme Name: skeleton
Description: PRINT STYLES
*/
/* Remove unwanted elements */
#navigation,
.leftcol,
.footerbg,
#footer,
#header,
.entry-title,
input {
	display: none;
}

legend {
	font-weight: bold;
	font-size: 24px;
}

fieldset.dataset dt,
fieldset.dataset dd {
	
	width: auto;
	border: none;
	margin: 0;
	line-height: 22px;
}

fieldset.dataset dt {
	font-weight: bold;
	padding: 0 5px 0 0;
}

fieldset.dataset dd {
	
	padding: 0 15px 0 0;
}


/* Change text colour to black (useful for light text on a dark background) */
body
{
color: #000
font-family: sans-serif;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}