body{ 
       background-image:URL("../img/back.gif");
       background-repeat:repeat;
       background-attachment:fixed;
       padding: 1em 5%;
       scrollbar-3dlight-color:#000000;
       scrollbar-arrow-color:#000000;
       scrollbar-track-color:#000000;
       scrollbar-darkshadow-color:#000000;
       scrollbar-face-color:#ffffff; 
       scrollbar-highlight-color:#000000; 
       scrollbar-shadow-color:#000000; 
}
h4{
       color:#ffffff;
       font-size:medium;
       font-weight:normal;
}
h2{
       color:#ffffff;
       font-size:x-small;
       font-weight:normal;
}
p{ 
       color:#ffffff;
       font-size:small;
       text-indent:1em;
       line-height:1.5;
}
ul{ 
       color:#ffffff;
       font-size:small;
       padding:1em 0%;
       text-indent:1em;
       line-height:1.5;
}
ol{ 
       color:#ffffff;
       font-size:small;
       padding:1em 0%;
       text-indent:1em;
       line-height:1.5;
}
dl{ 
       color:#ffffff;
       font-size:small;
       padding:1em 0%;
       text-indent:1em;
       line-height:1.5;
}
a{ 
       text-decoration:none;
       cursor:hand;
} 
a:hover{ 
       position:relative;
       top:2px;
       left:2px; 
}
a:link{ 
       color:#afeeee;
}
a:visited{ 
       color:#afeeee;
}
a:active{ 
       color:#c0c0c0;
}
