/* CSS Document */
#terms ol{
margin-top: 25px;
margin-left:40px;
margin-right:40px;
overflow: auto;/**/
height:450px;
text-indent:30px;
display:block;
width:650px;
padding-right: 5px;
}
*html #terms ol{
scrollbar-face-color:#72aedd; 
scrollbar-track-color:#22597c; 
scrollbar-shadow-color:#6895b8; 
scrollbar-dark-shadow-color:#254f6d; 
scrollbar-3dlight-color:#9ecff6;
}
#terms{
/*overflow: auto;
height:550px;
display:block;
width:650px;*/
}
#terms ol.sublist{
margin-top:5px;
margin-left:40px;
margin-right:5px;
font-size: 0.7em;
width:580px;
height:auto;
list-style: lower-alpha;
}
#terms ol li{
font-size: 1.4em;
margin-bottom:10px;
}
h2, h2 span{
font-size:1.5em;
text-align:center;
color: white;
}
h2{
margin-top:50px;
}
h2 span{
font-size:1em;
margin-top:25px;
display:block;
}

