  /* Poster Child Style Sheet */

body   { background-color: #000000;
         color: #FFFFFF }
p      { font-family: arial; font-size: 16pt }
.redtext { color: #FF0000 }

/* normal a tags: */
a:link    {color: brown;}
a:visited {color: white;}
a:active  {color: red;}
a:hover   {color: yellow;}
/* a tags with a class="super" set on them */
a.super:link    {color: #000088; font-size: 200%; text-decoration: none;}
a.super:visited {color: #000000; font-size: 200%; text-decoration: none;}
a.super:active  {color: #880000; font-size: 200%; text-decoration: underline;}
a.super:hover   {color: #008800; font-size: 400%; text-decoration: underline;}

/* Headers */
h1 { color: brown;
    font-family: arial;
    background-color: black;
    }
h2 { color: yellow;
    font-family: arial;
    background-color: black;
    }
h3 { color: white;
    font-family: arial;
    background-color: black;
    }
h4 { color: red;
    font-family: arial;
    background-color: black;
    }