/* This Style Sheet is for the PROGRAM GUIDELINE Pages / created: 6/29/2000 */


/* LINKS */
A:link, A:visited, A:active { text-decoration: none; }

/* Changes the color of a link when curser is above it */
A:hover	{ color: #333300;
	  text-decoration: underline; 
	  font-weight: bold; }

/* Text */
P	{ font-size: 12pt;
	  font-family: Times New Roman, Times Roman serif; 
	  font-style: normal;
	  }

/* Guideline Line */
H2    { font-size: 18pt;
	font-family: Times New Roman, Times Romanserif;
	font-style: italic;
	font-weight: medium; }

/* Program */
H3    { font-size: 16pt;
	font-family: Times New Roman, Times Romanserif;
	font-style: medium; }

/* Due Date */
H4    { font-size: 14pt;
	font-family: Times New Roman, Times Romanserif;
	font-style: italic; 
	font-weight: medium; 
	text-align: center; }
	
/* KAC Address Info at bottom of page */
.addr { font-size: 12pt;
	font-family: Verdana, Arial, sans-serif;
	text-align: center; }