
/* Hide elements from print (just for screen)
 **************************************************
 */
#columnOneWrapper,
#footer,
#certificateScreen,
.navigationBackground,
.noPrint {
	display: none;
}

/* Default styles
 **************************************************
 */
body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%;
	color: #000000;
}
img {
	border: 0;
}
a:link, a:visited { 
	color: #3f7dae;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}

