	body { 
		/*background-image: url('img/back1.jpg');*/
		background: #ccbb99 url('img/shadow_bkg.gif') repeat-y center;
		margin: 0px; 
		padding: 0px;
		}
		
	a:link { 
 		color: blue; 
 		background-color: white;
 		text-decoration: underline;
		}
		
 	a:visited { 
 		color: blue; 
 		background-color: white;
 		text-decoration: underline;
		}
		
 	a:hover {
 		color: red; 
 		background-color: white;
 		text-decoration: underline;
		}
		
	a.navbar:link { 
 		color: white; 
 		background-color: black;
 		text-decoration: none;
 		/*border-bottom: 3px solid yellow;*/
		}
		
 	a.navbar:visited { 
 		color: white; 
 		background-color: black;
 		text-decoration: none;
		}
		
 	a.navbar:hover 	
 	{
 		color: blue;
 		background-color: #EFEEDF;
 		text-decoration: none;
 		/*border-bottom: 1px solid #9b3131;*/
 	}
		
	p {
		font-family: arial;
		font-size: 12px;
		text-indent: 15px;
		text-align: justify;
		}

	.p2 {
		font-family: arial;
		font-size: 12px;
		}
		
	.tc {
		font-family: arial;
		font-size: 12px;
		}
		
	.libclose {
		font-family: arial;
		font-size: 12px;
		text-indent: 0px;
		margin-top: 0px;
		font-style: italic;
		}
		
	.nav {
		font-family: arial;
		font-size: 14px;
		text-align: right;
		color: white;
		}
		
	.titlebar {
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: white;
		}
		
	.copyright {
		font-family: arial;
		font-size: 10px;
		text-align: center;
		margin-top: 2px;
		margin-bottom: 2px;
		color: white;
		}
		
	.copyrightlib {
		font-family: arial;
		font-size: 10px;
		text-align: center;
		margin-top: 2px;
		margin-bottom: 2px;
		text-indent: 0px;
		}
		
	.kittable {
		font-family: arial;
		font-size: 12px;
		}
				
	li {
		font-family: arial;
		font-size: 12px;
		text-align: left;
		}
		
	.library01 {
		font-family: arial;
		font-size: 12px;
		text-align: left;
		text-indent: 0px;
		margin-top: 25px;
		}
		
	h3 {
		font-family: arial;
		font-size: 18px;
		text-align: left;
		margin-top: 50px;
		}

	h5 {
		font-family: arial;
		font-size: 18px;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #999999;
		}