/* Print Stylesheet for the Unionville Website */

*	{
color:#000;
}

/* B */
body	{
margin:0;
padding:0;
}

/* D */
div#content	{
width:68%;
}
div#footer	{
position:fixed;
bottom:0%;
}
div#nav	{
display:none;
visibility:hidden;
}
div#notes	{
width:22%;
}