/* BRITISH EPC CSS */

body {

font-family: "Arial";

font-size: 12px;

color: #FFFFFF;

background-color: #FFFFFF;
}

h1 {

font-family: "Arial";

font-size: 16px;

font-weight: bold;

color: #FFFFFF;

}

h2 {

font-family: "Arial";

font-size: 14px;

font-weight: bold;

color: #FFFFFF;

border-bottom: 1px solid #C6EC8C;

}

/* A LINK */

a:link {

color: #FFFFFF;

font-weight: normal;

text-decoration: underline;

} 

a:hover {

color: #FFFFFF;

font-weight: normal;

text-decoration: none;

} 

a:visited {

color: #FFFFFF;

font-weight: normal;

text-decoration: underline;

} 

