@import url("style.css");

html { background: #e0ffe0;  }

div.gradient { 
	     background: url("/image/gradient-v-green.png") repeat-x bottom; 
	     }

div.left {
         background: url("/image/gradient-h-green.png") repeat-y right;
}

div.leftbl {
         background: url("/image/gradient-bl-green.png") no-repeat top right;
}

table.accesskeys th {
	background: #0ad;
}


