/* 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;}/* Table rows with different colors */tr.row1{  background: #DDDDDD}tr.row2{  background: #FFFFFF}/* A button that consist of a table cell */td.button{  background: #66CCFF;  padding:    1px 5px;}/* A dummy button that consist of an empty table cell with */td.nobutton	/* Dummy button */{  padding:    1px 5px;}/* Hyperlinks */a.button:link{  color: black;}a.button:visited{  color: #000080;}a.button:active{  color: red;}a.button:hover{  color: red;}