This commit is contained in:
2023-03-30 13:50:50 -05:00
parent e6549f9343
commit bf8d402aa7
72 changed files with 1665 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
color: #660000;
background-color: #FFEFE8;
}
h1, h2, h3 {
background-position: center;
text-align: center;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #660000;
}