@charset "UTF-8";

/********************************
HeatherWozniak.com print.css

This file contains settings to optimize the pages for printing.
Menus are hidden and text colors are set to black and white.
Links are bolded, underlined, and purple.

********************************/

body {
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-size: 10pt;
   font-family: Arial, sans-serif;
   }
#skip-nav, #nav {
   display: none;
   }
#wrapper {
	width: 100%;
	border: 0;
	}
#header, #footer, h1, h2 {
	color: black;
	background: white;
	font-family: Arial, sans-serif;
	text-shadow: none;
	}
a:link, a:visited {
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   color:#9900CC;
   }
ul {
   list-style-type: circle;
   list-style-image: none;
}
