body{
    font-family:"Arial", sans-serif;
}
#p1{
    text-align: justify
}
#p2{
    text-align: left
}
#p3{
    text-align: right
}
#p4{
    text-align: center
}
#p5{
    text-decoration: underline
}
#p6{
    text-decoration: line-through
}
#p7{
    text-decoration: overline
}
#p8{
    text-transform: capitalize
}
#p9{
    text-transform: lowercase
}
#p10{
    text-transform: uppercase
}
#p11{
    text-indent: 3mm
}
#p12{
    text-indent: 6mm
}
#p13{
    text-indent: -3mm
}
#p14{
    font-family: cursive
}
#p15{
    font-family: fantasy
}
#p16{
    font-family: monospace
}
#p17{
    font-family: "Courier New", Courier, monospace
}
#p18{
    font-size: 50% 
}
#p19{
    font-size: 100%
}
#p20{
    font-size: 150%
}
#p21{
    font-style: italic
}
#p22{
    font-style: oblique
}
#p23{
    font-style: normal
}
#p24{
    font-variant: small-caps
}
#p25{
    font-variant: inherit
}
#p26{
    font-weight: 100
}
#p27{
    font-weight: 300
}
#p28{
    font-weight: 500
}
#p29{
    text-decoration: line-through; font-size: 200%
}
#p30{
    text-indent: 10mm; text-transform: lowercase
}