/* PRINT STYLES */

/* Basic Structure */
HTML, #main {
	width:100%;
}
body {
	background: white;
	font-size: 12pt;
}
#title, #title a, #title a.sub {
	height:23px; 
	font-size:14px; 
	background-repeat:no-repeat;
	font-weight:bold;
	padding-bottom:2px;
	text-align:left;
	color:#000000;
}
h1, h2, h3 {
	color:#000000;
}
img {
	display:none;
}
/* Hide Various Elements when printing */
#navigation, #language, #divider, #footer {
	display: none;
}

/* Link Management */
a:link, a:visited {
	color: #FF0000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.primary a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
.primary a[href^="/"]:after {
	content: " (http://www.online-educa.com" attr(href) ") ";
}
