p {background-color: rgb(249,151,71); padding: 15px;}
 
p.solid {border-style: solid; } 
p.double {border-style: double; } 
p.groove {border-style: groove; } 
p.dotted {border-style: dotted; } 
p.dashed {border-style: dashed; } 
p.inset {border-style: inset; } 
p.outset {border-style: outset; } 
p.ridge {border-style: ridge; } 
p.hidden {border-style: hidden; }
 
h2 {border-style: hidden; }
 
body {background-color: rgb(150,150,150); color: black; }