/*
 * 	kino.css
 *  CSS styles developed by Bill Singleton
 */


 /* html tags */  


a {
	text-decoration: underline;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-image: none;
}
	
a:visited {
	background-image: none;
}
	
a:active {
	background-image: none;
}
	
a:hover {
	color: #006699;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	background-image: none;
}

 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin-left: 2%;
	margin-right: 2%;
	background-image: none;
}
 
 h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #0033CC;
	margin-left: 2%;
	text-align: left;
	letter-spacing: -0.025em;
	background-image: none;
}
	
 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #003366;
	margin-left: 2%;
	text-align: left;
	letter-spacing: -0.025em;
	background-image: none;
}
	
 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #003399;
	letter-spacing: -0.025em;
	text-align: center;
	background-image: none;
}
	
 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	letter-spacing: -0.025em;
	text-align: center;
	background-image: none;
}
	
 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin-left: 2%;
	margin-right: 2%;
	background-image: none;
}

