body,th,td {
    font-size: 80%;
    letter-spacing: 2px;
    color : #000255;
}
html, body {
    scrollbar-base-color: #AFD7FD;
    scrollbar-track-color: #FBCAF7;
    scrollbar-face-color: #C334CE;
    scrollbar-shadow-color: #9D00A6;
    scrollbar-darkshadow-color: #FCE7FA;
    scrollbar-highlight-color: #FFC6FF;
    scrollbar-3dlight-color: #FCE7FA;
    scrollbar-arrow-color: #FBCAF7;
}

.text { line-height: 130%; }
.str {
    line-height: 180%;
    font-weight : bolder;
    font-size: 120%;
    width: 100% ;
  filter : Blur(makeshadow=true,pixelradius=2,shadowopacity=0.60);
}
table { margin: 0px 0px 0px 0px }
A { text-decoration: underline }
A:link { color: #3c38ba }
A:visited { color: #d36252 }
A:hover { background-color: #f5d6f3;color: #4e4e4e ;text-decoration: underline } 
A:active { color: #165ED7 }
H4 , H3 { text-shadow: red 2px 3px 4px, 5px 6px;
    background: blue
}
.box {
    border : 1px white ridge;
    background: url(image/box_p.gif) no-repeat;
    width : 423px ;
    height : 27px ;
    text-align : left ;
    font-size: 100%;
    font-weight : bold;
    padding: 2px 2px 2px 7px;
}