body {background-image:url(../images/backgr.gif); margin:0px; padding:10px;  background-attachment:fixed;
      font:italic 1cm Helvetica; color:#FFFFDA; background-color:#E0E0E0;
     }
p { margin-left:1.5cm;}
.links { margin-left:5.5cm;}
#box { position:absolute; top:25cm; left:12cm; width:120px; height:80px; z-index:1; }

a:link { font-weight:bold; color:#0000E0; text-decoration:none }
a:visited { font-weight:bold; color:#000080; text-decoration:none }
a:hover { font-weight:bold; color:#E00000; text-decoration:none }
a:active { font-weight:bold; color:#E00000; text-decoration:underline }
a:focus { font-weight:bold; color:#00E000; text-decoration:underline }

input { background-color: #D1D1A5; width: 90px;}

.dragjh{
    position:relative;
    cursor:hand;
    /* z-index: 1; */
    }
    #body {
		position:absolute;
		height:300px;
		width:300px;
		background-color:#F4F4F4;
		border:1px solid #333;
		}

	#header {
		margin:1px;
		padding:1px;
		width: 99%;
		color:white;
		background-color: navy;
		font-weight: bold;
		}
