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

body{
	color:#000;
}

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

/* Ensure the content spans the full width */
/*#container, #container2, #content
{
width: 100%; margin: 0; float: none;
}*/

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