<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style sheet - historia da matematica */

/* Corpo do documento */

body {
   background-color: white;
   background-image: url(paperback.jpg);
}

p {
   background-color: transparent;
   color: black;
   font-weight: normal;
   font-family: "New Century Schoolbook", helvetica, sans-serif;
   font-size: large;
   margin-bottom: 0;
   text-align:  justify;
}

p.name {
   color: #000080;
   font-weight: bold;
   font-family: verdana, helvetica, "Minion Web", sans-serif;
   font-size: xx-large;
   margin-bottom: 0.3em;
   margin-left: 2%;
   text-align: left;
}

p.borndied {
   font-weight: bold;
   font-family: verdana, helvetica, "Minion Web", sans-serif;
   margin-left: 2%;
   text-align: left;
}

p.actual {
   font-family: lucidatypewriter, helvetica, sans-serif;
   font-size: 130%;
   text-align: center;
   margin-bottom: 0;
   margin-top: 1em;
}

p.date {
   font-family: lucidatypewriter, helvetica, sans-serif;
   font-size: 80%;
   text-align: center;
   margin-bottom: 1.7em;
   margin-top: 0;
}

p.bullet {
   margin-left: 2em;
}

p em {
   color: #1177BB;
}

.selected {
   background-color: #b4eeb4;
   margin: 0;
}

b {
   font-weight: bold;
   color:       #112288;
}

blockquote {
   background:  transparent;
   color:       #006400;
   font-family: "New Century Schoolbook", arial, helvetica, sans-serif;
   font-style:  italic;
   font-weight: normal;
   font-size:   large;
   text-align:  justify;
}

sub, sup {
   font-size: 80%;
}

.copyright {
   background:  transparent;
   text-align:  justify;
   font-family: sans-serif;
   font-style: italic;
   margin-left: 50%;
}

.galery {
   background-color: #8fbc8f;
   color: blue;
   font-family: lucidatypewriter, helvetica, sans-serif;
   font-weight: bold;
   font-size: large;
   text-align: center;
   padding: 5%;
   margin-left: 10%;
   margin-right: 10%;
}
</pre></body></html>