@charset "utf-8";
/* CSS Document */

body{
	color:#000;
}

/* Remove unwanted elements */
#header, #navi, #footer, .noprint
{
display: none;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351;
}
