
/* onMouseover Link CSS Script-© Dynamic Drive (www.dynamicdrive.com). For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com */

/* The code below allows the color rollover effect when the mouse hovers over a link */
a:hover{color:red}

/* The code below sets the background color of all the web pages */
Body {background:ivory}

/* The code below controls the appearance of fonts */
H3 {font-family:arial; font-size:34pt; color:black}
H4 {font-family:Times; font-size:22pt; color:black}
p {font-family:arial}
li {font-family:arial}


