/* CSS Document */
.heading { color: white; font-family: Comic Sans MS, cursive; font-weight: bold; font-size: 16pt; }
a:link { color: yellow; font-family: Comic Sans MS, cursive; text-decoration: none; font-size: 10pt; }
a:visited { color: yellow; font-family: Comic Sans MS, cursive; text-decoration: none; font-size: 10pt; }
a:hover { color: red; font-family: Comic Sans MS, cursive; text-decoration: none; font-size: 10pt; }
a:active { color: white; font-family: Comic Sans MS, cursive; text-decoration: none; font-size: 10pt; }
div { color: white; font-family: Comic Sans MS, cursive; font-weight: normal; font-size: 10pt; }
ul { list-style-type: square; color: white; font-family: Comic Sans MS, cursive; font-weight: normal; font-size: 10pt; }
.copyright { color: white; font-family: Arial, sans-serif; text-decoration: bold; font-size: 8pt; }
a:link.lcopyright { color: yellow; font-family: Arial, sans-serif; text-decoration: bold; font-size: 8pt; }
a:hover.lcopyright { color: red; font-family: Arial, sans-serif; text-decoration: bold; font-size: 8pt; }
.header { color: white; font-family: Comic Sans MS, cursive; text-decoration: bold; font-size: 16pt; }
.para { color: white; font-family: Comic Sans MS, cursive; text-decoration: none; font-size: 10pt; }