/* ------------------------------------------------------
 * Jessica Tanny's personal website stylesheet
 * print stylesheet
 * Last Revision: June 9, 2008
 * ------------------------------------------------------
 */

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 10pt;
}

a, a.visited {
		color: 	#ccb954;
		text-decoration: underlined;
}

h1 {
	font-family:Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}


/* control of block-level elements.  */

#content {
	background-color: #fff;
	width: 100%;
	border: none;
}

div#menu
{display: none}

.noPrint{
 display:none;
 }
