/*  
FILE NAME: dave_print.css 
DATE MODIFIED: february 2005
DESCRIPTION: This style sheet is the default print standard for Digital and Virtual Education
AUTHOR: Dave Heggie: Digital and Virtual Education
VERSION: 0202006

/* ------------------ Layout styles --------------------- */
body {
color: #000000;
font-family: "Times New Roman", Georgia, serif;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
background-color: #FFFFFF;
}

#header 
{
display: none;
}
#subnav 
{
display: none;
}
#twoleft 
{
display: none;
}
#footer
{
display: none;
}
image
{
display: none;
}

a:link {
	text-decoration: none;
}
a {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


