body
{
	font-family: "Comic Sans MS", Verdana, Monospace;
	background-color: #E3E4FA; /* Lavender */
	padding: 20px;
	border: 12px dotted #488AC7; /* A dark shade of Steel Blue */
	margin: 4% 5% 4% 5%;
}
h1
{
	color: #7F38EC; /* A bright shade of purple */
	padding: 50px;
	margin: 2% 3% 2% 3%;
	text-align: justify;	
}
p
{
	font-family: "Trebuchet MS", Serif;
	color: #6633FF;	/* A somewhat dark purple */
	background-color: white;
	text-align: justify;
	font-size: 12pt;
	border: 2px dashed purple;
	padding: 40px;
	margin: 4% 3% 4% 3%;
}
img
{
	border: 1px solid black;
	margin: 4% 3% 4% 3%; 
	/* The two Bleach images belong to Tite Kubo and were made by Kiva_mfs. The Naruto image belongs to Masashi Kishimoto and was made by Photo8bit. The rest of the images belong to me, Pearl Leung */
}