/*  Stylesheet for Mr. Nichol's 5th Grade Class Web Page  */

body { margin: 5px; background: #999; color: #000; font-family: "comic sans ms", times; }
.indent { margin-left: 25px; margin-right: 25px; }
.head, .leftbar { background-color: #CCC; }
.top { background-color: #CCC; }
.bottom { background-color: #CCC; }
.fourth { background-color: #FCF; }
.third { background-color: #86CA88; }
.fifth { background-color: #AAD7EC; }
.main { background-color: #FFF; }
.highlight { background-color: #FFFF00; }
.white { color: #FFF; }
.black { color: #000; }
.small { font-size: 12px; }
.big { font-size: 18px; }
.big2 { font-size: 18px; text-align: justify; }
.center, td, h1, h2.title, h3 { text-align: center; }
.left { text-align: left; }
.smlft { text-align: left; font-size: 12px;  }
.justify { text-align: justify; }
p, ol, ul, h2 { margin-right: 25px; text-align: left; }
ul { list-style: url(images/dot.gif) disc; }
a{ text-decoration: none; }
.maroon, hr, h1, a:link, a:visited { color: #C00; }
.grey { color: #999; }
.blue, a:active { color: #006; }
a:hover{ color: #FFF; background-color: #999; font-weight: bold; }
table, tr, th, td { border-color: #C00; }


/* Revision Date 10-18-03 */
