html{
width:100%;
height:100%;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, rgb(255,255,255)),
    color-stop(0.65, rgb(135,135,135)),
    color-stop(0.93, rgb(92,92,92))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(255,255,255) 30%,
    rgb(135,135,135) 65%,
    rgb(92,92,92) 93%
);
background-repeat:no-repeat;
}

body {
	color: #646464
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

p,li {
	color: #000000
}

pre {
      border:1px dashed #E1E1E1;
      color:#333344;
      background:#FAFAFA;
      font-family:monospace;
      overflow:auto;
      font-size:11px;
      padding:0.5em;
}
a.single_button { 
                  font-family: Verdana,Arial,sans-serif;
                  font-size: 1.1em;
                  border: 1px solid #555555;
                  color: #000000;
}

