/* homepage.css */

/* style sheet for Ulrich Husemann's homepage */
/* author: U. Husemann */
/* date  : Thu Mar 17 14:55:57 CST 2005 */

body {
        margin-top:25px; 
        margin-bottom:10px; 
        color:#050505;
        background-color:#f0f0f0;
        font-family:Lucida,sans-serif;
        font-size:12pt;
}

h1,h2,h3,h4 {
        color:#050505;
        background-color:#f0f0f0;
}

table { 
        font-family:Lucida,sans-serif;
        font-size:12pt;
}

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

a:visited { 
  text-decoration:none;
  color:#a00000;
  font-weight:bold;
}
  
a:hover { 
  text-decoration:none;
  font-weight:bold;
  color:#ff0000;
}

a:active { 
  text-decoration:none;
  font-weight:bold;

}

