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

body{
	color:#000;
}

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

div#white_contwrap, div#cv {
	padding-left: 0;
}

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