body {
  margin : 0;
  padding : 0;
  border-color : #cc0000;
  background-color : #669999;
  color : #ffffff;
}
p, ol {
  font : 10pt Arial,geneva,helvetica;
}
.navigation {
  font : 10pt Arial,geneva,helvetica;
}
a:link {
color: #ffffff
}
a:visited {
color: #ffffff
}
a:hover {
color: #ffffff;
background: #336666
}
a:active {
color: #66ff33;
background: #336666}

h1 {
  font : bold 20pt Arial, Helvetica, geneva;
}
h2 {
  font : bold 14pt Arial, Helvetica, geneva;
}
h3 {
  font : bold 12pt Arial, Helvetica, geneva;
}
.normal {
  font : normal 10pt Arial, Helvetica, geneva;
}
.smallprint {
  font : normal 8pt Arial, Helvetica, geneva;
}

#leftnavigation {
  position : absolute;
  left : 0;
  width : 150px;
  margin-left : 10px;
  margin-top : 20px;
  color : #ffffff;
  padding : 3px;
}
#rightnavigation {
  position : absolute;
  left : 80%;
  top : 20px;
  width : 150px;
  padding-left : 10px;
  z-index : 3;
  color : #ffffff;
  padding : 3px;
}
#content {
  top : 0px;
  margin : 0px 25% 0 165px;
  padding : 3px;
  color : #ffffff;
}
#content h1, #content h2, #content h3 {
  color : #ffffff;
} 
/* Nav rollover effect starts */

#leftnavigation {
width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#leftnavigation ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 
#leftnavigation li {
margin: 2px 0 0;
} 
#leftnavigation a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 1px solid #065675;
background: #336666;
text-decoration: none;
} 
#leftnavigation a:link, #leftnavigation a:active, #leftnavigation a:visited {
color: #ffffff;
}
#leftnavigation a:hover {
border: 1px solid #000000;
background: #336666;
color: #ffffff;
} 

/* Nav rollover effect ends */

/* This site was developed and is maintained by Kevin Harrington
Contact via email office@kevinharrington.co.uk
All contents of this site are copyright 2004 */