/* CSS Document */

* {
font-family:Arial, Helvetica, sans-serif;
}

#header {
display:none;
}

#footer {
display:none;
}

#nav {
display:none;
}

.images {
display: none;
}

h2 {
font-weight:normal;
}

h3 {
font-weight:bold;
}

.intro{
font-weight:bold;
line-height:normal;
}

/*COLOUR ADJUSTMENTS*/

body.public-health h3, body.public-health h2, body.public-health a {
color:#006600;
}

body.science-evidence h3, body.science-evidence h2, body.science-evidence a {
color:#000066;
}

body.swor h3, body.swor h2, body.swor a {
color:#990000;
}