body,th,td {
    font-size: 90%;
    letter-spacing: 2px;
    color : #000255;
}

html, body {
    scrollbar-base-color: #AFD7FD;
    scrollbar-track-color: #A4E1EF;
    scrollbar-face-color: #7FB3FF;
    scrollbar-shadow-color: #0066FF;
    scrollbar-darkshadow-color: #000066;
    scrollbar-highlight-color: #AFD7FD;
    scrollbar-3dlight-color: #99CCCC;
    scrollbar-arrow-color: #CCFFFF;
}

.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_b.gif) no-repeat;
    width : 423px ;
    height : 27px ;
    text-align : left ;
    font-size: 100%;
    font-weight : bold;
    padding: 2px 2px 2px 7px;
}
.box2 {
    border : 1px #BCB4DB dashed;
    background-color : #DCEEFE;
    text-align : center ;
}
.box3 {
    border : 1px white ridge;
    background: url(image/box_b2.gif) repeat;
    width : 423px ;
    height : 53px ;
    text-align : left ;
    font-size: 100%;
    font-weight : bold;
    padding: 4px 2px 2px 7px;
}
.font_s {
    font-size: 78%;
}
.font_l {
    font-size: 122%;
}
body {
    background-color : #DCEEFE;
    background:url(image/back03.gif) fixed 100% 0%;
    background-repeat: repeat-y;
}