/* CSS Document */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;	
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.style4 {font-family:Comic Sans MS, Arial;
		  	color: #0000FF;
          font-size: 16px;}
.style5 {font-family:Comic Sans MS, Arial;
		  	color: #0000FF;
          font-size: 32px;}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}	  
.style7 {font-family: Comic Sans MS, Arial; font-size: 24px;color: #FFFFFF;}
.style8 {font-family: Comic Sans MS, Arial; font-size: 36px; color: #FFFFFF;}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.style10 {
	font-family: "Comic Sans MS", Arial;
	font-size: 28px;
	color: #0066CC;
	font-weight: bold;
}

body {
	background-color: #FFFFFF;
}
