<!-- HTML & CSS written by hand by Frank Stajano based on a design by
Leonardo Gori -->

<html>
<style type="text/css">
<!--

BODY { 
    font-family: Verdana, Sans-serif;
    font-weight: bold;
    color: red;
    background-image: url("genio.jpg");
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top, left;
    font-size: medium;
}

img.icon {
    border-width: 0;
}

img.right {
    float: right;
}
img.left {
    float: left;
}
img.center {
    margin-left: auto;
    margin-right: auto;
}
img.corner {
    float: right;
    
}

.announce {
    font-size: large;
    font-style: italic;
/*    text-transform: uppercase; */
}

.announce strong {
/*    color: blue; */
    text-transform: uppercase;
}

.title strong {
    color: blue;
    text-transform: uppercase;
    font: 72px Verdana, sans-serif;
    font-weight: bold;
}

#floyd {
    margin-top: -30px;
    margin-left: 0em;
}

.author {
    font-size: large;
}

.title {
    font-size: x-large;
}


P.box {
    font-size: small;
/*  
    background: white; 
    border-style: solid;
    border-width: 3;
    border-color: white;
*/
    margin-left: 1ex;
    margin-right: 1ex;
    padding-left: 2ex;
    padding-right: 2ex;
    text-indent: 3em;
}


-->
</style>
</html>
