
body {
			color:#000;
background:#eee;
  background: -moz-linear-gradient(0deg, #ffe, #eee 25%); 
  background: -webkit-gradient(linear, left top, right top, color-stop(0.0,#ffe), color-stop(0.25,#eee));
}

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


h1.title {
  color:  #FFCC33;
}

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

}

code { 
background: #EEA;
 }

.important
{
  color:  rgb(190,40,0);

}

div.pinmenu p {  
  background-color:#cfbfbf;
}

a {
	text-decoration:none;
	color:#0000ee;
	}

a:hover {
	color:#000066;
    background: transparent;
}

object {
	border:2px #777 solid;
	}


div.header {
    background: transparent;

}

blockquote { 
  background-color:#cba;
  color: #222; 
} 

pre.code {background: #EEA;overflow:auto;
}

      .code .comment {
        /* font-lock-comment-face */
        color: #00008b;
        font-weight: bold;
      }
      .code .function-name {
        /* font-lock-function-name-face */
        color: #000000;
        font-weight: bold;
      }
      .code .warning {
        /* font-lock-warning-face */
        color: #ff0000;
      }
      .code .type {
        /* font-lock-type-face */
        color: #4682b4;
        font-weight: bold;
      }

      .code .string {
        /* font-lock-string-face */
        color: #008b00;
        font-weight: bold;
      }

      .code .variable-name {
        /* font-lock-variable-name-face */
        color: #8b008b;
        font-weight: bold;
      }
