/* Style sheet for all my personal pages */
/* last changed: 7 March 2003            */
/* written by:                           */
/*  Dr Tilo Arens                        */
/*  Mathematisches Institut II           */
/*  Universitaet Karslruhe               */
/*  76128 Karlsruhe                      */
/*  Germany                              */


/* General Scheme */

body {
background-color:white;
color:black;
font-family:Helvetica;
/* background-image:url(squares.gif); */
}

p {
margin-bottom:6pt;
}

/* Links */

a:link { 
color:#FF0000; 
font-weight:bold;
text-decoration:none;
}

a:visited { 
color:#990000; 
text-decoration:none;
}

a:active { 
color:#0000FF; 
font-style:italic 
}

/* Address  */

address {
font-shape:italics;
color:blue;
}

/* List entry */

li {
margin-bottom:6pt;
}
