/* Below are elements that use the main accent colour for the site, the blue / orange / green etc */
#navigation li.active,#navigation a:hover{
background:#3399ff;
color:#ffffff;
text-decoration:none;
}
#maincontent h2/* ,#subcontent h2 */ {
border-bottom: 2px solid #0099ff;
}
a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
#footer a:hover {
color: #0099ff;
}
a{
color:#467aa7;
}
/*End of main colour elements */

