/*
======================================================================
	Tweak the page a little for printing.
	Shorten the width of the 'page'.
	Suppress some elements of the header.
	Remove some colouring and borders.
======================================================================
*/
body, td
{
	font-family: Georgia, Times New Roman, Times, Serif !important;
}
#page-header, #linked-in-button, #footer, .CVLastUpdated, .CVPointerToDetailsOnBlog
{
	display: none !important;
}
a.CVLink, .CVSection, body
{
	color: black !important;
	background-color: white !important;
}
.CVSection
{
	border-top: solid 2px black !important;
}
.CVPage
{
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
/* $Id: styles-cv-print.css 1002 2007-03-18 03:40:37Z nvaracal $ */
