/* BorderNet Ltd 1999                      */
/* Kingsknowes Web-Site CSS File           */
/* CSS Level 1 and 2                       */
/* Calum I Mac Leod <calum@bordernet.co.uk */

A {
  color: #0000f0;
 }

A:visited {
  color: #009;
 }

A:hover { 
  color: #c00;
  background: #ffffe0;
  text-decoration: underline;
 }

A:active {
  color: #c00;
  background: #ffffe0;
 }

A.name {
  color: #000;
  background: #fafafa;
 }

H2, H3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #050;
 }

IMG	{
	border: 0px;
	}

LI {
  font-size: 110%;
  margin-bottom: 6px;
 }

P {
  font-size: 110%;
 }

.center {
  text-align: center;
 }

.centerfirst {
  text-align: center;
  margin-top: 0px;
 }

.centertop {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
 }

.dummy {
  padding-left: 0px;
  padding-right: 0px;
 }

.first {
  margin-top: 0px;
 }

.intro {
  padding-left: 5%;
  padding-right: 5%;
 }

.intro2 {
  padding-left: 10%;
  padding-right: 10%;
 }

.links {
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
 }

.std {
  margin-bottom: 0px;
 }

.top {
  margin-top: 0px;
  margin-bottom: 0px;
 }
