BODY {
        background : White url(logogimp.gif) no-repeat fixed center;
        color : #333300;
        margin : 3%;
        font-family : "Trebuchet MS", sans-serif;
        font-style : normal;
        font-weight : normal;
}
H1 {
        font-size : 200%;
        text-align : center;
        margin-bottom : 9%;
}
H2 {
        font-size : 170%;
        text-align : left;
}
LI {
        font-size : 150%;
        list-style-type : circle;
        text-align : left;
        margin-left : 20%;
}
A:LINK {
        background-color : transparent;
        color : #663300;
        text-decoration : underline;
}
A:VISITED {
        background-color : transparent;
        color : #996600;
        text-decoration : none;
}
A:HOVER {
        background-color : White;
        color : Red;
        text-decoration : underline;
}
p{
font-size:70%;
font-style:italic;
text-align:right;
margin-top:5%;
}
