a:link

{

color: #0072C6;

text-decoration: none;

}

a.white:link


{

color: white;
text-decoration: none;
}

a.black:link


{

color: #0072C6;
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: #0072C6;

text-decoration: none;

}

a.white:visited

{

color: white;

text-decoration: none;

} 

a.black:visited

{

color: #0072C6;

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: red;

text-decoration: underline;

}

a.veryblack:hover

{

color: black;

text-decoration: none;

}

a.blue:hover

{

color: red;

text-decoration: none;

}


a.nhs:hover

{

color: red;

text-decoration: underline;

}

a.red:hover

{

color: red;

text-decoration: none;

}


a:active 

{

color: #0072C6;

text-decoration: none;

}

a.white:active 

{

color: white;

text-decoration: none;

}

a.black:active 

{

color: #0072C6;

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;

}

body

{

font-family: Verdana, Tahoma; 

color: black;

font-size: 80%;

margin-top: 5px;

margin-bottom: 5px;

}

p

{

font-family: Verdana, Tahoma; 

font-size: 80%;

margin-top: 5px;

margin-bottom: 5px;

color: black;

}