/*
  This style sheet is only meant to define the colours and background images
  used when the viewer asks for pages with high graphics content.
*/

body
{
    /* background: url("/images/Background2.jpg"); */
  background-image: url("/~gilesb/images/Background4.jpg");
  /*background-attachement: fixed; */
  background-repeat: repeat-y; 
  background-color: rgb(238,238,238);
}

/* h1, h2, h3, h4, h5, h6, p, ul, ol, dl, td, th,
	 address, caption, pre, blockquote */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, td, th, address, caption, pre, blockquote
{
  color: rgb(47,79,79); /* dark slategray */
/*  background: transparent; */
}
/*********
a img {
    background-color: transparent; 
    color: rgb(238,238,238);
}
*/
a
{
  background-color: rgb(238,238,238);

  color: rgb(30,44,255); /*dodgerblue;
  background: transparent; */
}

a:visited
{
  background-color: rgb(238,238,238);

  color: rgb(138,43,226); /*blueviolet;
  background: transparent; */
}

a:active
{
  background-color: rgb(238,238,238);

  color: #FF0000;
 /* background: transparent; */
}

a:hover {
    color: rgb(255,0,0); /* Red */
    background: rgb(0,255,255);/* Cyan */
}

span.red
{
              background-color: rgb(238,238,238);

	color: rgb(255,0,0);
}
span.black
{
  background-color: rgb(238,238,238);
	color: rgb(0,0,0);
}
span.navbarTop
{
  color: #30e030;
  background: rgb(34,102,51);
}

span.navbarHeading
{
  color: #333377;
  background: #779933;
}

/*
 *
   Navbar Classes
 *
 */
/*
td.navbar
{
  color: rgb(238,238,238);
  background-color: transparent; 
}*/

td.navbarHeading
{
  background-color: transparent;
  color: rgb(238,238,238);
/*   background-color: transparent; */
}



