/* CSS Document */

p,UL,div{font-size:90%; line-height:"150%";}
A:link{color:DarkBlue;}
A:visited{color:Purple;}
A:hover{background-color:LightSteelBlue; color:Blue;}
A:active{color:Blue;}

div.back{
width:800px;
padding:5px;
background: url(img/tittle/chains.jpg) no-repeat right bottom
} 

SPAN.strong {color:red; font-size:17px}
SPAN.green{color:green}
SPAN.red {color:red;}
SPAN.b_yellow {background:yellow ;}

SPAN.red{color:EE0000}
.MyClass{color:white;}
small{font-size:90%;}
big{font-size:120%;}

H2{
border-bottom:1 solid #660099 ;
color:#660099;
font-size:14px;
font-weight: normal
}
H3{
border-bottom:1 solid Gray;
border-left:10 solid Gray;
color:#BB0000;
}

SPAN.st {
color:Red ;
font-weight:bold ;
}

SPAN.gray {
color:gray ;
}

SPAN.sen {
border-bottom:500 1 solid #6666CC;
color:#6666CC;
}

UL{
list-style-type: square ;
}
DIV.dashed {border : 1 solid #FF3300 ; background-color:#FEF5DA; padding:5px;}
