/* Remove unwanted elements */
#lcol, #bodyU, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#ccol, #content
{
width: 100%; margin: 0; float: none;
}
h1 {
font-weight:650;
color:#000;
text-decoration: underline;
}
#ccol h3.home {
font-weight:650;
color:#111;
}
#ccol p {
font-size: 12pt;
color:#222;
margin:0 0 4px 4px;
padding:0 0 0 0;
}
#ccol p em {
/*font-size: 15px;*/
font-weight:600;
color:#000;
}
#faddr {
color:#222;
}
#ccol h3 {
margin:0 0 0 0;
padding:0 0 0 0;
}
/* 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
}

