/* make anything (usually a paragraph) centered and small */
.cs {font-size: small; text-align: center}

/*
 * drop-capped and indented (mainly paragraphs) --
 * note that drop-caps don't work in all browsers.
 */
.di {text-indent: .25in}
.di:first-letter {font-size: 150%}

/* green background when hovering over a link (anchor) */
a:hover {background: green; color: white}

/* pretty much self-explanatory.... */
body {background: white; color: black; font-family: serif; margin: 0.25in}

/* main headers are in red, and centered */
h1 {color: red; text-align: center}

/* next level headers would be red, but not centered */
h2 {color: red}
