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


h1, h2, h3, h4, h5, h6, p, ul, ol, dl, td, th, address, caption, pre, blockquote
{
  color: rgb(0,0,0);
}


/*
 * Whatever mods are made to pinmenu.css should be reflected below
 * except perhaps for colour changes.
 */

h1.title {
  color:  #2050DD;
}

p.sf
{
  color:  rgb(30,40,155);

}

div.pinmenu {
    /* everything below is needed because of Netscape 4.x only */
    color: rgb(238,238,238);
    background: "#426B7B";
    background: transparent;
}

div.pinmenu p, div.pinmenushort p, div.topmenu p {
    color: rgb(238,238,238);
    background: transparent;
}

div.pinmenu a:hover, div.pinmenushort a:hover, div.topmenu a:hover {
    color: rgb(235,188,94);
    background: transparent;
}

a {
	text-decoration:none;
	color:#224240;
	}

