a {
    color: blue;
}
a.list1 {
    color: #FFBB00;
}
a.list2 {
    color: #800000;
}
#exam10 {
    color: #56c500;
}
body.ex3-body {
 background-color: #79e2f5;   
}
p.ex4 {
    color: #00ff00;
}
body.body5 {
    background: #ff0000 url("../images/ball.jpg") no-repeat fixed 5cm 5cm;
}
p.ex5 {
    color: #00ff00;
}
p.ex6 {
    font-family: Arial, Candara, Century-Gothic, sans-serif;
}
h1.ex7 { font-style: normal; }
h2.ex7 { font-style: italic; }
p.ex7 { font-style: oblique; }
p.ex8 {
    font-variant: small-caps;
}
p.ex9 {
    font-weight: 600;
}
p.ex10 {
    font: italic bold 30px arial, sans-serif;
    text-indent: 10%;
    text-align: justify;
    text-decoration: line-through;
    letter-spacing: 2em;
    text-transform: uppercase;
}
 h2 { color: navy; }
 h3, h4 { text-decoration: underline; }
* { font-family: sans-serif; }
 div strong { color: red; }
div.container > p { border: 1px solid black; }
span + span { color: green; }
a[title] { background-color: yellow; }
button:hover { background-color: orange; cursor: pointer; }