/**
 * Stylesheet for WiVaHo
 *
 * @media	print
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bramus! <bramus@netlash.com>
 */

/**
 * = Primary selectors
 * ----------------------------------------------------------
 */

body {
    margin: 2cm;
    font-family: Verdana, sans-serif;
}

a:link, a:visited {
    color: gray;
}

#navigation, #homeChooser, #slideshow {
	display: none;
}

/* = Links - print url after the linktext
 * ----------------------------------------------------------
 * @see http://www.alistapart.com/articles/improvingprint/
 */

/*
a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after {
	content: " (http://www.website.be" attr(href) ") ";
}
*/
