/* CSS Document */
body{
	background-color: #FFFF99;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #990000;
	text-decoration: none;
	background-color: #CCCCCC;
}
h3{
	font-size: 80%;
	font-weight: bold;
}
h1{
	font-size: 120%;
	font-weight: bold;
}
#printMe{
	background-color: #FFFFFF;
	width: 850px;
	float: left;
}
#printMeContent{
	background-color: #FFFFFF;
	width: 590px;
	float: left;
	margin: 5px 0px 0px 10px;
}
#printDoc {
	float: right;
	width: 100px;
	position: relative;
	clear: both;
	margin-top: 50px;
	margin-right: 10px;
}
