<!-- 

body {  background: gray;
        background: url(../fortune/image/diablos2.gif) fixed;
        font-family : Arial, Verdana, Helvetica, sans-serif;
        font-size : 11pt;
        color: black;
        margin-top:20px;
        margin-left:10px;
}

body.jailbait {background: url(../fortune/image/jailbait.gif) fixed;}

h1 {font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 24pt;
    font-weight : bold;
    color: black;
    text-align: center; 
}

h2 {font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 13pt;
    font-weight : bold;
    color: black;
}

h3 {    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : bold;
    color: black;
}

h4 {    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    font-weight : normal;
    color: black;
}

a.menu:link     {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 13px; text-decoration: none;}
a.menu:visited  {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 13px; text-decoration: none;}
a.menu:active   {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 13px; text-decoration: none;}
a.menu:hover    {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 13px; text-decoration: none;}

--> 

