html {direction:rtl;}
body		{ 
  color:black; 
  font-family:verdana; 
  font-size:10;   
  margin:0px; 
  margin-top:3px; 
  text-align:center;
  background : beige; 
  scrollbar-face-color : tan;
  scrollbar-shadow-color : darkgoldenrod;
  scrollbar-highlight-color : darkgoldenrod;
  scrollbar-3dlight-color : darkgoldenrod;
  scrollbar-darkshadow-color : darkgoldenrod;
  scrollbar-track-color : oldlace;
  scrollbar-arrow-color : white;

  direction:ltr; 
  }
a		{ color:white; font-size:9; text-align: right; font-family:verdana; text-decoration:none; }
a:hover		{ color:gold; cursor:crosshair; text-decoration:underline overline;}
p		{ color:honeydew; text-align: justify; font-family: verdana; font-size:9; width:450;}
table		{ color:honeydew; border:none; width:500; }
td		{ font-family: verdana; font-size:9; text-align: absolute; vertical-align:top}
span		{ position:absolute}
hr		{ width:350; text-align:center;}
.judul		{ color : white; font-family : trebuchet; font-size:12;}
.menuColor      { background: darkgreen;}
.footer         { background: darkgreen;}
.right		{ text-align: right;  font-size:10; }
.left		{ text-align: left;   font-size:10; }
.justify	{ text-align: justify;font-size:10; }
.clScroll       {
  position:absolute; 
  font-size:10pt; 
  font-family:arial; 
  visibility:hidden;
  text-align:justify; 
  width:502; 
  height:400; 
  overflow: scroll; 
  background:darkseagreen;
  }


