@import url(https://fonts.googleapis.com/css?family=Shanti);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic);

a:link, a:visited {color:#9da1b9; text-decoration: none;  }
a:active, a:hover {color:#a4a9c2; text-decoration: none;  }

body,p,td { 
SCROLLBAR-BASE-COLOR: #576886;
SCROLLBAR-FACE-COLOR: #FF0000;
SCROLLBAR-TRACK-COLOR: #FF0000;
SCROLLBAR-DARKSHADOW-COLOR: #FF0000;
SCROLLBAR-SHADOW-COLOR: #526480;
SCROLLBAR-ARROW-COLOR: #65718E; 
SCROLLBAR-HIGHLIGHT-COLOR: #65718E;
background: #556786 url(imgs/shiva_03.png) top left no-repeat;
background-attachment: fixed; 
font-family: Shanti,ms serif,palatino,book antiqua,arial; 
font-size: 7pt;
line-height: 8pt; 
color: #9ba2ab;
text-align: justify;
margin: 0px;
}

.title {
font-family: 'Crimson Text',palatino,book antiqua,arial; 
text-transform: uppercase;
color: #a097b1;
font-size: 7pt; 
line-height: 9pt; 
letter-spacing:1px; 
border-bottom: dashed #65718E 1px;
}


.boxed { position:absolute; left:3px; top:0px; width: 272px; height:146px;  
overflow-Y: auto; padding-right:5px; text-shadow: 1px 1px 1px #576886; }

.words { text-shadow: 1px 1px 1px #576886; }

b { color: #98a8b9; 
font-weight:normal; 
letter-spacing:1px; 
text-transform: uppercase;
}


.dot { font-family:garamond; color: #7E91A0; font-size: 7pt;  }

img { border-color:#7E91A0; opacity:0.2; 
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
img:hover { border-color:#7E91A0; opacity:0.8; }