.firstletter {
	font-family: "Comic Sans MS";
	font-size: large;
	font-style: oblique;
	font-weight: bold;
	text-transform: capitalize;
	color: #660000;
}
.rant {
	font-family: "Comic Sans MS";
	color: #000066;
	text-align:center
}
.bold {
	font-style: italic;
	font-weight: bold;
	font:inherit
}
.rantinside {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	color: #0000FF;
	background-position: left;
	position: fixed;
	visibility: inherit;
}
