@media (prefers-color-scheme: light) {
    body {
        background-color: #fff;
        color: navy;
    }
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #000;
        color: white;
    }
}

html, body, table {width:100%; height:100%;}

td {text-align:center;}

div {display: table; margin: 0 auto; text-align: right; font-family: bnregular,geneva,tahoma,helvetica,arial,sans-serif;}

#bn {border: 0px solid navy;font-size:1000%; vertical-align:bottom; padding:0; line-height: 0.75em;}

#since1999 {font-size:130%; position:relative; vertical-align:top; margin-right: 0.125em;}

#html, body {margin:0; padding:0;}

@font-face{
	font-family: 'bnregular';
	src: url('../font/bn/bn-webfont.eot');
	src: url('../font/bn/bn-webfont.eot#iefix') format('embedded-opentype'),
	url('../font/bn/bn-webfont.woff') format('woff'),
	url('../font/bn/bn-webfont.ttf') format('truetype'),
	url('../font/bn/bn-webfont.svg#webfont') format('svg');
}
