<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style sheet for Mara's writings */

body {
background-color: 001100; 
color: #ccffcc; 
font-family: Verdana; 
font-size: 14pt;
}

p {
font-size: 12pt;
line-height: 16pt;
}

a{
text-decoration: underline;
font-family: Verdana;
color: #669999 ; /* Modifies the color of your links */
font-size: 11pt;
}

a:hover {
text-decoration: none; 
}

h1 {
font-family: Verdana, serif;
color: #ccffcc;
letter-spacing: 3px;
margin-bottom: 20px; 
}

h2 {
font-family: verdana, serif;
color: 008000;
letter-spacing: 2px;
word-spacing: -1px;
margin-top: 5px;
margin-bottom: 5px;
}

hr {
height: 2px;
color: #ccffcc;
background-color: #ccffcc;
border: 0px;
}

hr.end {
height: 2px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

span.footer {
font-size: small;
font-family: verdana,serif;
}

span.italic {
font-style: italic;
}

table {
align: center;
}

</pre></body></html>