body, td, li span {
  color: #707070;
}
a {
  color: #6490c3;
}
h1, h2, h3, h4, h5, h6, li span.linkheader {
  color: #4d4d4d;
}
#header a, body#splashPage #content ul li.biglink a:hover span {
  color: #fff;
}


/* BG colours and BG images */
body {
  background-color: #f5f5f5;
}
#header {
  background: url(../images/sprites.jpg) repeat-x 0 0 #77af3f;
}
#header li.current, #header a:hover {
  background-color: #6490c3;
}
#contentWrapper {
  background: url(../images/sprites.jpg) repeat-x -253px -640px #f5f5f5;
}


/* Index page styles */
body#splashPage #contentWrapper {
  background: url(../images/sprites.jpg) repeat-x -253px -32px #f5f5f5;
}
li.biglink a:hover {
  background:transparent url(../images/sprites.jpg) no-repeat scroll 0 -32px;
}
body#splashPage #content ul li#magazine a:hover {
  background:transparent url(../images/sprites.jpg) no-repeat scroll 0 -154px;
}