﻿/* Remove unwanted elements */
#header, #menu-wrapper, #footer, #navarea, .noprint, .main-header, .lower-head, .blockquote .navcontainer, .containingbox, img
{
display: none;
}

.text { 
font-size : 14px; 
color : #000000; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
} 
.text A:link { 
font-size : 14px; 
text-decoration : underline; 
color : #000000; 
font-family : Arial, Helvetica, sans-serif;  
font-weight : normal; 
} 
.text A:visited { 
font-size : 14px; 
text-decoration : underline; 
color : #003366; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
} 
.text A:active { 
font-size : 14px; 
text-decoration : underline; 
color : #990000; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
} 
.text A:hover { 
font-size : 14px; 
text-decoration : underline; 
color : #008000; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
}  

/* Ensure the content spans the full width */
#content2
{
width: 98%; margin: 0; float: none;
}
#content
{
width: 98%; margin: 0; float: none;
}
.main-content
width: 98%; margin: 0; float: none; padding-right: 25px;
}

/* 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
}