﻿/* Remove unwanted elements */
.area-1-right, .leftmenu, .centercol, .ltcream, .ltcreamfade, .area-1-right,  .box_1, .box_2, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
.contentwidth
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.text
{
color: #000 
font-size : 13px; 
color : #000000; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
