span {
    color:#111;
}

#li1 {
    font-size:medium;
}
#li2 {
    font-size:large;
}
#li3 {
    font-size:14px;
}
#li4 {
    font-size:14pt;
}
#li5 {
    font-size:150%;
}
#li6 {
    font-size:1.5em;
}
#li7 {
    font-size:1.5rem;
}
#w1 {
    font-weight:bold;
}
#w2 {
    font-weight:normal;
}
#w3 {
    font-weight:700;
}
#w4 {
    font-weight:bolder;
}
#w5 {
    font-weight:lighter;
}
#st1 {
    font-style:italic;
}
#st2 {
    font-style:normal;
}
#he1 {
    line-height:1;
}
#he2 {
    line-height:1.5;
}
#he3 {
    line-height:4;
}
#sp {
    letter-spacing:0.5em;
}
#wdsp {
    word-spacing:2em;
}

.small {
    width:200px;
    background-color: #ccc;
    margin:20px;
    line-height:2;
}

#whps1{
    white-space:normal;
}
#whsp2{
    white-space:nowrap;
}
#whsp3 {
    white-space:pre;
}
#al1{
    text-align:left;
}
#al2{
    text-align:center;
}
#al3{
    text-align:right;
}
#al4{
    text-align:justify;
}
#ind {
    text-indent:10%;
}
#tr1{
    text-transform:capitalize;
}
#tr2{
    text-transform:uppercase;
}
#tr3{
    text-transform:none;
}
#de1{
    text-decoration:underline;
}
#de2{
    text-decoration:underline;
}
#de3{
    text-decoration:overline;
}
#de4{
    text-decoration:underline red;
}
#de5{
    text-decoration:underline double orange;
}
#de6{
    text-decoration:underline dashed green;
}
#de7{
    text-decoration:underline wavy teal;
}