/**
 * some extra css styles for the section "pageinfo"
 * that holds searchengine-friendly text on every page.
 * this pageinfo.css is used in general on all pages.
 */

#pageinfo {
	width: 950px;
	margin: 0 auto;
	
	/* extra-spacings */
	padding-top: 1em;
	margin-bottom: 3em;
	
	border-top: 1px dotted #79716a;
	
	font-size: 85%;
	color: #79716a;
}
#pageinfo h1 { color: #79716a; }


/* link colors */
#pageinfo a {
	color: #ffcc00;
	text-decoration: none;
}
#pageinfo a:link {}		/* unvisited link */
#pageinfo a:visited {}	/* visited link */
#pageinfo a:hover { color: #fff; }	/* mouse over link */
#pageinfo a:active {}	/* selected link */


