- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / include / inc_css_a_link.php
blob7d7ca45bf088639ff124b8b1b058c9a651b28aed
1 <?php
2 print'
3 <STYLE TYPE="text/css">
4 A:link {text-decoration: none; color: '.$cfg['idx_txtcolor'].';}
5 A:hover {text-decoration: underline; color: '.$cfg['idx_hover'].';}
6 A:active {text-decoration: none; color: '.$cfg['idx_alink'].';}
7 A:visited {text-decoration: none; color: '.$cfg['idx_txtcolor'].';}
8 A:visited:active {text-decoration: none; color: '.$cfg['idx_alink'].';}
9 A:visited:hover {text-decoration: underline; color: '.$cfg['idx_hover'].';}
10 </style>