body {
	background-color: #000000;
	font-family: "Comic Sans MS";
	color: #FF3300;
                }
.style1 {
	font-family: "Comic Sans MS";
	font-size: 36pt;
	}
.style2 {
	font-family: "Comic Sans MS";
	font-size: 28pt;
	}
.style3 {
	font-family: "Comic Sans MS";	
	font-size: 24px;
	}
.style4 {color: #FFCC00}
a	{
	text-decoration:none;
	color:#999900
	}
a:hover{
	color: yellow;
	text-transform: uppercase;
	text-decoration: underline blink;
	}
