* {
	border: none;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	}
	
a {
	text-decoration: none;
	color: #e0078c;
	}

/* hide the nav */
.primaryNav, .secondaryNav, .utilityNav, .footer {
	display: none;
	}
	
	
/* hide the modules that mean nothing when printed */
.findajob, .findabranch, .misc, .howDoI, .skills {
	display: none;
	}
	
/* style the modules... */

.module {
	margin: 60px 0;
	}
	
.module h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 0;
	}
	
.angelOfTheMonth img.angel {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #FFF;
	width: 75px;
	height: 75px;
	}

.angelOfTheMonth .title {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
	}
	
.angelOfTheMonth .name {
	text-transform: uppercase;
	font-size: 1.0em;
	}