
/* The Main CSS file for the MKMR web sight. */

body	{
	/* The color that I used for the body background color is called Navajowhite.  The body text color I used is Black. */
	background-color: #ffdead;
	color: #000000;
	}
h1, h2, h3, h4, h5, h6 {
	/* The headline text color the I used is Navy Blue. */
	color: #000080;
	}

p	{
	/* Sets the text color for paragraphs to Black. */
	color: #000000;
	}

p.news	{
	/* The background color that I used for the news class paragraphs is called Navajowhite */
	background-color: #ffdead;
	}
