﻿/* ====================================================== */
/* Styles used for printing                               */
/* ====================================================== */

body
{
    background-color: #FFFFFF;
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	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, #v-portfolio-logo, #profile, #tagline, #v-portfolio-tagline, #navigation, #footer
{
    display: none;
}
