/* CSS Document */
body {
	background: white;
	font-size: 12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

div#frame {
	margin-left:10%;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#frame a:link:after, #frame a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#frame a[href^="/"]:after {
	content: " (http://www.redeemerclassical.org" attr(href) ") ";
}
