/* put sub-site specific css in this file for the current site 
			all 3 css files should live in the templates folder
			where possible only edit this wf_customise.css unless completely re-working a t-template.html for a site */

/* change things like #navbar{background..} and the a:link{..} by defining them here. They override the defaults in wf.css */

.news {text-decoration:none;color:black;font-weight:bold;background:url(/SDVS/images/button_bg.gif);border-top:1px solid white;border-left:1px solid white;border-right:1px solid #6F6F6F;border-bottom:1px solid #6F6F6F;display:block;}
.news:link {text-decoration:none;color:black;}
.news:visited {text-decoration:none;color:black;}
.news:hover {text-decoration:none;color:black;background:url(/SDVS/images/button_bg.gif);border-top:1px solid #6F6F6F;border-left:1px solid #6F6F6F;border-right:1px solid white;border-bottom:1px solid white;}
