<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
background: url(marseillaise.jpg);
background-repeat: repeat-y;
background-color: #D4BE88;
background-attachment: fixed;
background-position:right;
font-family: perpetua, palatino linotype, palatino, book antiqua, georgia, times, serif;
font-size: 16px;
}

table {
font-family: perpetua, palatino linotype, palatino, book antiqua, georgia, times, serif;
font-size: 16px;
color: #524B3C;
}

.main {
background: #E8D8B1;
border: 3px solid #90815D;
color: #524B3C;
left: 15%;
width: 50%;
padding: 10px;
position: absolute;
font-family: perpetua, palatino linotype, palatino, book antiqua, georgia, times, serif;
}

.french {
background: #E8D8B1;
border: 3px solid #90815D;
color: #524B3C;
left: 20%;
width: 25%;
padding: 10px;
position: absolute;
}

.english {
background: #E8D8B1;
border: 3px solid #90815D;
color: #524B3C;
left: 50%;
width: 25%;
padding: 10px;
position: absolute;
}

.links {
background: #E8D8B1;
border: 3px solid #90815D;
color: #524B3C;
left: 5%;
width: 10%;
padding: 5px;
position: absolute;
}

A:link {
color: #90815D;
border:0;
}

A:visited {
color: #90815D;
border:0;
}

A:active {
color: #000000;
border:0;
text-decoration: none;
}

A:hover {
color: #90815D;
border:0;
text-decoration: none;
}

h1 {
text-align: center;
font-weight: bold;
font-size:20px;
}</pre></body></html>