﻿/* Print Styles */

body{
	width: 7.75in;
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* Turns off borders on linked images */
a img{
	border: none;
}

/* Links */
a{
	color: #CC8C43;
}
a:visited{
	color: #999;
}
a:hover{
	text-decoration: none;
}

/* Footer */

#front-foot{
	font-size: 125%;
	font-weight: bold;
}