body {
   font-weight : normal;
   font-size : medium; 
   font-family : helvetica, gill, sans-serif; 
   color : #000000; 
   background-color : #ffffff; 
   background-image : url("http://www.britishcarbon.org/images/BCG-back.jpg"); 
   background-repeat: repeat-y;
}

A:visited {
   color : #990000; 
}

A:link {
   color : #ff0000; 
}

A:active {
   color : #0000ff; 
}

A:hover {
   color:#ffff00;
}

.title {
   font-size : 200%; 
}

.bb {
   font-weight : bold;
}

.button {font-size : 48pt;}

.button A:visited {
   font-weight : bold;
   font-size : 12pt; 
   font-family : helvetica, gill, sans-serif; 
   color : #FFFFcc; 
   text-decoration: none;
}
.button A:link {
   font-weight : bold;
   font-size : 12pt; 
   font-family : helvetica, gill, sans-serif; 
   color : #FFFFFF; 
   text-decoration: none;
}
.button A:active {
   font-weight : bold;
   font-size : 12pt; 
   font-family : helvetica, gill, sans-serif; 
   color : #FFFFcc; 
  text-decoration: none;
}
.button A:hover {
   font-weight : bold;
   font-size : 12pt; 
   font-family : helvetica, gill, sans-serif; 
   color:#ffff33;
}
