/* Remove unwanted elements */
#img, #hd3, #search, #ft, #img2, .img, .noprint
{
display: none;
}

#hd2, .hd2 {
clear:left;
margin-left:-195px;
padding-bottom:10px;
}

/* Ensure the content spans the full width */
#yui-main, #yui-bb, .yui-b, p
{
clear:right;
width: 100%; margin: 0; 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
}