/* This will specify what font type is used on all pages, color of font and color of links. */

body 	{font-size: 10pt;
	font-family: Arial, Comic Sans MS, Lucida Sans, Verdana;
	color: black;
	background: url(pccbg.gif);
	line-height: 100%}
	
/* h1 tag will have the following characteristics */

h1 	{font: 13pt Arial, Comic Sans MS, Lucida Sans, Verdana;
	font-weight: bold;
	line-height: 14pt;
	color: blue;}

/* h1 tag will have the following characteristics */

h2	{font: 10pt Arial, Comic Sans MS, Lucida Sans, Verdana;
	font-weight: bold;
	line-height: 12pt;
	color: red;}
/* h3 tag will have the following characteristics */

h3	{font: 10pt Arial, Comic Sans MS, Lucida Sans, Verdana;
	color: black;}




/* Don't underline links, and make all links blue. Make all links flash red when activated. */

a:link {color: blue;}
a:visited {color: 666666;}
a:active {color: red;}