body{
background:url('Background.jpg');
scrollbar-face-color:#CDE8B0;
scrollbar-shadow-color:#F3F8E5;
scrollbar-highlight-color:#F3F8E5;
scrollbar-3dlight-color:#F3F8E5;
scrollbar-darkshadow-color:#F3F8E5;
scrollbar-track-color:#F3F8E5;
scrollbar-arrow-color: #F3F8E5;
cursor:crosshair;
}

.td1{
padding-left:87;
padding-right:110;
padding-bottom:10
}

h1{
background:url('H1.jpg');
font-size:14px;
height:55;
width:606;
padding-top:25;
text-align:center;
font-family:georgia;
}

table{
color:#489218;
font-family:georgia;
font-size:9pt;
}

#navigation {
   list-style: none;
   margin:0; padding: 0;
}

#navigation li {
   float: left;
}

#navigation li a {
   display: block;
   background:#CDE8B0;
   width:98;
   text-align: center;
   color: #489218;
   height:30px;
   padding-top:9;
   text-decoration:none;
   filter:alpha(opacity=80);
-moz-opacity:0.8;
margin-left:2;
}

#navigation li a:hover {
   background: white;
   color:#2C5728;
   text-decoration:none;
   cursor:crosshair;
}

.Box{
background:url('Background.jpg');
border: 3px solid #CDE8B0;
padding:10;
cellpadding:10;
color:#2C5728;
font-family:verdana;
}

blockquote{
background:#CDE8B0;
border-left:4px solid #489218;
border-bottom:2px solid #489218;
padding:3;
font-family:courier;
}

a{
color:#2C5728;
text-decoration:none;
}

a:hover{
color:#489218;
text-decoration:line-through;
cursor:crosshair;
}

u{
text-decoration:none;
border-bottom:1px dotted #489218;
}

i{
color:#67CE22;
}

b{
color:#A2D369;
}

textarea{
background:url('bgish.jpg') fixed ;
border:1px dotted #A2D369;
color:#2C5728;
font-family:courier;
}