/* This Style Sheet is for Page2 linked pages / created: 4/10/2000 */

/* Background Image */
BODY  { background-color: #FFFFFF;
		  margin-top: 0;
		  margin-left: 0;
		  background-image: url(http://www.state.ky.us/agencies/arts/annex2.jpg);
		  background-repeat: no-repeat;
		  background-attachment: fixed; } 
		  
/* LINKS */
A:link, A:visited, A:active { text-decoration: none; }

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

/* Title of Page */
H1    { font-size: 24pt;
	font-family: Times Roman, serif;
	font-style: italic;
	font-weight: medium;
	color: #996633;
	margin-left: 1in; }

/* List of Linked Pages/subjects */
H2    { font-size: 14pt;
	font-family: Verdana, Arial, sans-serif;
	font-style: regular; 
	font-weight: normal; 
}
	
/* KAC Address Info at bottom of page */
.addr { font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	margin-left: 2.5in;
	text-align: center; }

/* left column of type */
.left { margin-left: 2.15in;
	font-size: 12pt;
	font-family: Verdana, Arial, sans-serif;
	color: #000080;
	font-weight: 200; }