<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.kartv {
 	 color : black ;
  text-decoration : none ;
  text-align : center ;
  margin : 0 auto ;
  font-size : 1.2em ;
  font-weight : bold ;
  width : 100% ;
  display: inline-block;
}

a.kartv:hover {
 	 color : black ;
  	text-decoration : underline ;
}

</pre></body></html>