/*------------------------------------------------------------*/
/*       File:   unihl.css                                    */
/*   Funktion:   Layout fuer UNI-Seiten                       */
/*      Datum:   13.11.2003 Harald Schoppmann                 */
/*------------------------------------------------------------*/

BODY			{ 
			 background: white;
			 /* background-image: "/icons/uni/background.gif"; */
			 font-family: Arial, Helvetica, sans-serif; 
			}

TD,TH			{ 
			 font-family: Arial, Helvetica, sans-serif; 
			}

PRE,TT,CODE,KBD,SAMP	{ 
			 font-family: monospace; 
			}
A:link			{color: #0000CC; text-decoration: none}
A:visited		{color: #0000CC; text-decoration: none}
A:active		{color: #0000CC; text-decoration: none}
A:hover 		{color: #990000; text-decoration: underline}
