﻿/* ====================================================== */
/* Styles used for printing                               */
/* ====================================================== */

body
{
    background-color: #FFFFFF;
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.900em;
	text-decoration: none;
}

h1
{
    color: #3692C0;
	background-color: inherit;
    font-weight: bold;
    padding-bottom: 20px;
}

h2
{
    color: #3692C0;
	background-color: inherit;
}

h3 
{
	background-color: inherit;
}

h4 
{
	background-color: inherit;
}

/* Disable unwanted elements for printing */
#header, #v2l-logo, #profile, #tagline, #v2l-tagline, #navigation, #footer, img
{
    display: none;
}
