Kovid Goyal def450837e
2008-02-23 22:57:22 +00:00

22 lines
301 B
CSS

body {
font-family: sans-serif;
background-color: white;
}
.documentHeading {
text-align: center;
font-family: monospace;
}
.sectionHeading {
font-family: monospace;
}
.subsectionHeading {
font-family: monospace;
}
.action {
font-family: monospace;
font-weight: bold;
}