body
	{
	background-color: black;	
	}
h1	/* heading */
	{
	font-size: 60pt;
	color: #6F6C00;
	text-align: center;
	font-family:Papyrus;
	}
h2	/* Navigation bar */
	{
	font-size: 12pt;
	color: #6f6c00;
	Text-align: center;
	font-family:Papyrus;
	
	}
h3	/* body */
	{
	font-size: 16pt;
	font-family:Papyrus;
	color: #6f6c00;
	}

h4	/* dog names */
	{
	font-size: 60pt;
	font-family:Papyrus;
	color: red;
	}

h5	/* dog names */
	{
	font-size: 18pt;
	font-family:Papyrus;
	color: red;
	}
h6	/* dog parents */
	{
	font-size: 12pt;
	font-family: Papyrus;
	color: #6f6c00;
	}
h7
	{
	font-size: 12pt;
	font-family: Papyrus;
	color: white;
	}
/* purple #800080 */

A:link {
	COLOR: #6F6C00 /*The color of the link*/
	}
A:visited 
	{
	COLOR: #6F6C00 /*The color of the visited link*/
	}
A:hover 
	{
	COLOR: green /*The color of the mouseover or 'hover' link*/
	}

a:active
	{
	color: red /*the color of the active link */
	}