body,th,td {
    font-size: 80%;
    letter-spacing: 2px;
    color : #000255;
}
html, body {
    scrollbar-base-color: #F2F9FD;
    scrollbar-track-color: #F2F9FD;
    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: none }
A:link { color: #3c38ba }
A:visited { color: #d36252 }
A:hover { background-color: #f5d6f3;color: #4e4e4e ;text-decoration: none; } 
A:active { color: #165ED7 }
H4 , H3 { text-shadow: red 2px 3px 4px, 5px 6px;
    background: blue
}
.ti {
	width: 250px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	border-top: #7FB3FF 1px dotted;
	border-right: #AFD7FD 3px solid;
	border-left: #0066FF 3px solid;
	border-bottom: #7FB3FF 1px dotted;
	font-weight: bold;
	font-size: 120%;
	color: #656565;
	background: #EEF7FD
}
.ti2 {
	width: 100%;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-top: 0px solid;
	border-right: 0px solid;
	border-left: #7FB3FF 6px solid;
	border-bottom: #7FB3FF 1px dotted;
	font-weight: bold;
	font-size: 110%;
	color: #656565;
	background: #EEF7FD
}
.box1 {
    border : 1px #7FB3FF dashed;
    width : 450px ;
    text-align : left ;
    padding: 5px 5px 5px 7px;
	background: #EEF7FD
}