/*this is the print style sheet*/

body,html {
	font-size: 12pt;
}

/*stuff that shouldn't show*/
#soldatmeta, .viewmore_form {
	display: none;
}
a img {
	border: none;
}


/*simple color scheme*/
a {
	color: #0000cc;
}
body,html {
	background-color: #fff;
	color: #000;
}
