hr {
color: sienna
}

p {
margin-left: 20px;
text-indent: 1cm
}

h1 {
text-align: center;
font-size: 250%;
font-style: oblique;
color:#FF6347;
}



p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}
