p.ex1{overflow:scroll;width:300px;height:100px;background:#C5C9C3;}
p.ex2{overflow:auto;width:300px;height:100px;background:#C5C9C3;}
p.ex3{overflow:visible;width:300px;height:100px;background:#C5C9C3;}
p.ex4{overflow:hidden;width:300px;height:100px;background:#C5C9C3;}
p.ex5{overflow-x:auto;width:60px;background:#C5C9C3;}
p.ex6{overflow-y:auto;width:200px;height:80px;background:#C5C9C3;}
p.ex7{max-height:50px;overflow:auto;background:#C5C9C3;}
p.ex8{min-height:100px;overflow:auto;background:#C5C9C3;}
h2{background:#9966FF;}