/* Cascading Style Sheet for the web-site of Nykredit Center for Database Reaseach *//*                                                                                 *//* Copyright 2000.   All rights reserved.                                          *//* Adjustment of page margins and background color */body{  margin-top:  0;  margin-left: 0;  padding:     0;  background:  white;}/* Font settings */p, a, address, h1, h2, h3, h4, td, dd, dl{  font-family:  arial, tohoma, sans-serif;  font-variant: normal;}p{  font-size: 12pt;}/* Hyperlinks */a:link			/* Untouched link */{  color: navy;}a:visited		/* Visited link */{  color: maroon;}a:active		/* Active link */{  color: red;}a:hover		/* Mouse over link */{  color: red;}