/* Main body tags */

/* Headers */

	h1
	{
		color:blue;
		font-style:italic;
	}

	h2
	{
		color:blue;
		font-style:italic;
		text-align:center;
	}
	
	h3
	{
		color:magenta;
		font-style:italic;
	}
	
	

/* Paragraph styles */

	p.edit
	{
		color:blue;
		font-family:Comic Sans MS;
	}
	
	p.ooc
	{
		font-weight:bold;
	}
	
	strong.smiley
	{
		color:red;
	}
	
/* End of document. */

