@charset "utf-8";
/*
--- General Info

CSS: Print

Author: Jahdy Lancelot

Site: Undefined

Date: Undefined

--- Color Palette

	: # ;
	: # ;

*/
.clear {
	clear: both;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
}

h1 {
	font-size: 1.5em;
}

a, a:visited {
	color: #006;
}

.noprint {
	display: none;
}

.logo img {
	display: block;
	width: 195px;
	float: left;
	
}

.contact {
	float: right;
	width: 20em;
	font-size: .8em;
	text-align: center
}

#jahdy-link {
	display: inline;
	color: #c00;
}
.copyright {
	float: left;
	width: 25em;
}

.j, .j:visited {
	display: block;
	float: right;
	margin: 20px 0 0 1em;
	color: #000;
	width: 30em;
	font-size: .7em;
}

.quick-link {
	display: none;
}

.text-area {
	clear: both;
	position: relative;
	top: 2em;
	width: 100%;

}