/* Colours */

/*
body {
  font-family: Arial, sans-serif;
}

#header h1 a {
  font-family: "Arial Black", sans-serif;
  color: DarkOliveGreen !important;
}

a:link,
a:hover {
  color: maroon;
}

a:visited {
  color: FireBrick;
}

#header a:link,
#header a:visited,
#header a:hover {
  color: darkblue;
}

h1,h2,h3,h4 {
 color: blue;
}

h2#hdr-section {
  border-left: 5em solid crimson;
  background-color: white;
}

.article-item .article-image a {
  border-color: maroon;
}

.article-item .article-image a:hover {
  border-color: FireBrick;
}

#content h1 {
 color: orange;
 font-weight: bold;
}

body#section-home {
  background: white url(/images/34.jpg) repeat-y 100% !important;
}


#col h2 {
  margin-bottom: .5em;
  background-color: #f3f3f3;
  font-weight: bold;
}

*/

#section-news #content .spacer {
 border: none;
}

/*
#content .article-item img {
width: 19em; 
height: 19em;
}*/