
h1 {color: black; font-size: 160%}
h1 {margin-bottom:0} 
BODY {
color: #000000;
background-color: #DDFFDD;

border-color: #ffff00;
background: #DDFFDD;

background-image: url("back.gif");
/*background-repeat: no-repeat;*/
/*background-attachment: fixed;*/
/*background-position: left top;*/

cursor: default;
cursor: pointer;
cursor: text;
cursor: wait;
cursor: help;
cursor: move;
cursor: w-resize;
cursor: ne-resize;
cursor: n-resize;
cursor: nw-resize;
cursor: crosshair;
}

A:link
{ color: #0000E1; text-decoration: none; }
A:visited
{ color: #008080; text-decoration: none; }
A:active
{ color: #FF0000; text-decoration: none; }
A:hover
{ color: #FF5A0B; text-decoration: underline; }

