body{
background:url('Background.jpg');
background-color:black;
font-family:georgia;
color:black;
font-size:11px;
scrollbar-face-color:white;
scrollbar-shadow-color: black;
scrollbar-highlight-color:black;
scrollbar-3dlight-color:black;
scrollbar-darkshadow-color: black;
scrollbar-track-color: black;
scrollbar-arrow-color: #F7E377;
cursor:crosshair;
}

h1{
font-size:13px;
background:url('pattern.jpg');
color:#F7E377;
text-align:center;
text-transform:uppercase;
border-bottom:1px #F7E377 dashed;
}

h2{
border-bottom:1px white dotted;
font-size:13px;
color:black;
text-align:right;
text-transform:uppercase;
}

a{
color:white;
text-decoration:none;
}

a:hover{
color:#F7E377;
text-decoration:line-through;
cursor:crosshair;
}

b{
color:#F7E377;}

i{
color:#FFFFFF;
}

u{
text-decoration:none;
border-bottom:1px #F7E377 dashed;
}


#navigation {
   list-style: none;
   margin:0; padding: 0;
}

#navigation li {
   float: left;
}

#navigation li a {
   display: block;
   background:black;
   width:100;
   text-align: center;
   color: white;
   padding: 10px;
   text-decoration:none;
   filter:alpha(opacity=80);
-moz-opacity:0.8;
}

#navigation li a:hover {
   background: #F7E377;
   color: black;
   text-decoration:none;
   cursor:crosshair;
}

textarea{
border:1px dashed white;
background:url('pattern.jpg') fixed ;
color:white;
   filter:alpha(opacity=80);
-moz-opacity:0.8;
}