The following CSS code changes the font to MS Comic Sans. It looks a bit like a power point presentation ;)
--------------------- cut here -------------------------
H2 {
color: #00F;
/* background: #FBFBFF; */
background: #FFF;
margin-left: 5%;
margin-right: 5%;
font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
font-size: 40pt;
}
BODY {
color: #000;
/* background: #FBFBFF; */
background: #FFF;
margin-left: 5%;
margin-right: 5%;
font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
font-size: 24pt;
}
LI {
color: #000;
/* background: #FBFBFF; */
background: #FFF;
margin-left: 5%;
margin-right: 5%;
font-family: "Comic Sans MS", "Arial", Helvetica", sans-serif;
font-size: 24pt;
}
B {
color: #F00;
background: #FFF;
font-family: "Comic Sans MS", "Arial", Helvetica", sans-serif;
font-size: 24pt;
}
------------------------ cut here -----------------------
Regards,
-Oscar