h1 {
color: blue;
font-family: helvetica;
}

p {
color: green;
}

body {
background: yellow;
}

b {
color: red;
font-weight:100;
font-size:30pt;
}

u {
font-style: italic;
font-family: mono-space;
font-weight:100;
font-size:3pt;
text-decoration:none;
}