html, body {
        background-attachment:fixed;
	background-color: #000 ; 
	color:#00BB00;
        background-repeat:no-repeat;
        scrollbar-DarkShadow-Color:black;
        scrollbar-Track-Color:black;
        scrollbar-Face-Color:black;
        scrollbar-Shadow-Color:green;
        scrollbar-Highlight-Color:lightgreen;
        scrollbar-3dLight-Color:black;
        scrollbar-Arrow-Color:green;
        border-color:black;
        border-width:0;
}
.lettrine {
        font-family: "Times New Roman", Times, serif;
        font-size: 8pt;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        color:lightgreen;
}
.text {
        font-family: "Times New Roman", Times, serif;
        font-size:10pt;
        font-weight:normal;
        color:white;
        text-align:justify;
}
.french {
        font-family: "Times New Roman", Times, serif;
        font-size:10pt;
        font-weight:normal;
        color:#009900;
        text-align:justify;
}
.english {
        font-family: "Times New Roman", Times, serif;
        font-size:10pt;
        font-weight:normal;
        color:#006600;
        text-align:justify;
}
.mini {
        font-family: "Times New Roman", Times, serif;
        font-size:8pt;
        font-weight:normal;
        color:#00AA00;
        text-align:justify;
}
hr {
        color:green;
        background-color:darkgreen;
}
a { 
    text-decoration:none;
    color:green;
 }
option {
    background-color: black;
    color: white;
}