﻿
/* Remove unwanted elements */
.f-sitetitle, .f-globalTitleArea, #fo2, #myfooter, #TopLinks
{
display: none;
}

/* Change text colour to black (useful for light text on a dark background) */
#f-main{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000;
width: 100%; margin: 0; float: none;
background-color:#FFFFFF;
background-image:none;}

.pd-main {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
    color: #000;
}
p{
	
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
    color: #000;
}

/* Improve colour contrast of links */
a { text-decoration : underline; color : #0000ff; }

h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

