BODY { 
COLOR: #01fd80;
  
BACKGROUND-COLOR:          #000000;
scrollbar-3dlight-color:   #800080;
scrollbar-arrow-color:     #f080f0;
scrollbar-base-color:      #ffffff;
scrollbar-darkshadow-color:#000000; 
scrollbar-face-color:      #30a0a0;
scrollbar-highlight-color: #8000a0;
scrollbar-shadow-color:    #30a0a0;
}


  @font-face {
    font-family: T;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/TOLKIEN0.eot);
  }
  @font-face {
    font-family: S;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/SAMARKA0.eot);
  }

.btn {cursor:hand; font-family: Verdana, "MS Sans Serif", Charcoal, Chicago, Arial; font-weight: normal; font-size:smaller; background-color: #30a0a0;
}

h1 {font-family:S;}

.book{
	TABLE {
      border-top:thick solid #30a0a0;
	border-bottom: thick solid #8000a0;
	border-left:thick solid #30a0a0;
	border-right:thick solid #8000a0;
	}
}

.dex{
	A{
	Color : Aqua;
	Font-Weight : Bold;
	Text-Decoration : none;
	}
	A:hover { color: yellow }; 
}