h1 {
text-align: center;
font-family: courier;    
}
p {
margin: 8px;
padding: 4px;
    
}

#verse1 {
border-style: solid;
border-width: 2px;
border-color: black;
    
}
#verse2 {
border-style: dashed;
border-color: red;
border-width: 3px;
    
}
#verse3 {
 border-style: dotted;
border-color: green;
border-width: 4px;
    
}
#verse4 {
border-style: double;
border-color: blue;
border-width: 6px;
    
}
#verse5 {
border-style: groove;
border-color: aqua;
border-bottom-width: 8px;
border-top-width: 8px;
border-right-width: 2px;
border-left-width: 2px;
    
}
#verse6 {
border-style: outset;
border-top-width: 12px;
border-left-width: 9px;
border-right-width: 6px;
border-bottom-width: 3px;
border-color:crimson
    
}
#verse7 {
border-style:inset;
border-color: darkmagenta;
    
}
#verse8 {
border-style:ridge;
border-color:dimgray;
    
}
#verse9 {
border-top-style: dotted;
border-bottom-style:dashed;
border-left-style: solid;
border-right-style: solid;
border-color: burlywood;
    
}
#verse10 {
border-top-style: groove;
border-bottom-style: dotted;
border-left-style: double;
border-right-style:inset;
border-top-color:darkblue;
border-bottom-color:firebrick;
border-left-color: deeppink;
border-right-color:darkturquoise;
border-width: 10px;
    
    
}