/* redemption.css - Basic style sheet for Redemption pictures    */
/* Last update - 020303                                          */

body {
font-family: Arial, Helvetica, Verdana, san-serif;
color: white;
background-color: blue;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Arial Black", Arial, Helvetica, Verdana, san-serif;
font-variant: small-caps;
font-weight: 700;
line-height: 50%;
text-align: center;
}

p {
font-size: smaller;
}

a {
color: #00ffff
}

a:hover {
color: blue;
background-color: #00ffff;
font-variant: small-caps;
font-weight: 700;
}
