2001-05-20 03:12:59 +00:00

25 lines
236 B
CSS

body {
background: white;
}
h1, h2, h3 {
font-family: arial, sans-serif;
font-weight: bold;
}
h1 {
font-size: 207%;
}
h2 {
font-size: 173%;
}
h3 {
font-size: 144%;
}
p.copyright {
color: green;
font-style: italic;
}