body{
	background-color: #01DFA5;
}
.a{
	text-align: center;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 50px
}
.b{
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 40px	
}
.c{
	font-family: Comic Sans MS;
	text-align: center;
	font-size: 40px;
	font-style: italic;
	text-decoration: line-through;
}
.d{
	font-family: Comic Sans MS;
	text-align: right;
	font-size: 35px;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold; 
}