Manipulate existing tags
by Alon Rotem
HTML
This is <u>tagged</u> content
CSS
u {
text-decoration: none;
color: red;
background-color: yellow;
font-family: arial;
font-size: 8pt;
font-style: italic;
font-weight: bold;
}