<h1> text-decoration
        
            Arial
            
                - text-decoration:none;
- text-decoration:underline;
- text-decoration:overline;
- text-decoration:line-through;
                - text-decoration:none;
- text-decoration:underline;
- text-decoration:overline;
- text-decoration:line-through;
                - text-decoration:none;
- text-decoration:underline;
- text-decoration:overline;
- text-decoration:line-through;
 
        
            Verdana
            
                - text-decoration:none;
- text-decoration:underline;
- text-decoration:overline;
- text-decoration:line-through;
                - text-decoration:none;
- text-decoration:underline;
- text-decoration:overline;
- text-decoration:line-through;
                - text-decoration:none;
- text-decoration:underline;
- text-decoration:overline;
- text-decoration:line-through;
 
        
            Tahoma
            
                - text-decoration:none;
- text-decoration:underline;
- text-decoration:overline;
- text-decoration:line-through;
                - text-decoration:none;
- text-decoration:underline;
- text-decoration:overline;
- text-decoration:line-through;
                - text-decoration:none;
- text-decoration:underline;
- text-decoration:overline;
- text-decoration:line-through;
 
        <h2> text-transform
        
            - text-transform:none;
- text-transform: capitalize; (including foreign characters such as Öaäå)
- text-transform:uppercase;
- text-transform:lowercase;
<h3> misc text alignments
        
            - word-spacing:5px; (as each letter is rendered individually, the bounds will always be correct)
- line-height:35px; 
 (same goes for line-height)
- letter-spacing:5px;
- text-align:right;width:300px;
- font-variant:small-caps;