/* Remove unwanted elements */
#header, #nav, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#container, #container2, #content
{
width: 89%; margin: 5; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000 
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

h1, h2, h3, p, ol, td, th	{font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; color:black;}
LI             {font-family:"Eras Medium ITC", Arial, sans-serif; color:black; font-size: 1.1em; }


BR { display: none; }

HR { display: none; }

