@charset "UTF-8";
/* CSS Document */

a {text-decoration: underline; color: #c8b3f0; }
a:link {text-decoration: underline; color: #c8b3f0; }
a:visited {text-decoration: underline; color: #c8b3f0; }
a:hover {text-decoration: underline; color: #000000; }
a:active {text-decoration: underline; color: #c8b3f0; }

.kh { 
 		margin:  0px; 
		padding: 0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000; 
} 
a.khlink:link { 
	 text-decoration:underline;
	 color: #c18fd4;
}