a:link

{

color: blue;

text-decoration: none;

}

a.white:link


{

color: white;
text-decoration: none;
}

a.black:link


{

color: black;
text-decoration: none;
}

a.veryblack:link


{

color: black;
text-decoration: none;
}

a.blue:link


{

color: blue;
text-decoration: none;
}

a.nhs:link


{

color: #0072C6;
text-decoration: none;
}

a.red:link


{

color: red;
text-decoration: none;
}

a:visited

{

color: blue;

text-decoration: none;

}

a.white:visited

{

color: white;

text-decoration: none;

} 

a.black:visited

{

color: black;

text-decoration: none;

} 

a.veryblack:visited

{

color: black;

text-decoration: none;

} 

a.blue:visited

{

color: blue;

text-decoration: none;

} 

a.nhs:visited

{

color: #0072C6;

text-decoration: none;

} 

a.red:visited

{

color: red;

text-decoration: none;

} 

a:hover

{

color: red;

text-decoration: underline;

}
a.white:hover

{

color: red;

text-decoration: none;

}

a.black:hover

{

color: blue;

text-decoration: none;

}

a.veryblack:hover

{

color: black;

text-decoration: none;

}

a.blue:hover

{

color: red;

text-decoration: none;

}


a.nhs:hover

{

color: red;

text-decoration: none;

}

a.red:hover

{

color: red;

text-decoration: none;

}


a:active 

{

color: blue;

text-decoration: none;

}

a.white:active 

{

color: white;

text-decoration: none;

}

a.black:active 

{

color: black;

text-decoration: none;

}

a.veryblack:active 

{

color: black;

text-decoration: none;

}

a.blue:active 

{

color: blue;

text-decoration: none;

}

a.nhs:active 

{

color: #0072C6;

text-decoration: none;

}

a.red:active 

{

color: red;

text-decoration: none;

}