<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************************************************************/
/* --  Bifrost CSS                                                        -- */
/*****************************************************************************/

/* --- Default settings ---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #111;
	font-size: 88%;
	line-height: 150%;
	color: #333333;
/*	background-repeat: repeat-x;
	background-image: url("./bg_bif.jpg");
	background-attachment: fixed;
	background-position: bottom;	*/
}

A:link    {text-decoration: underline;color:#FFFACD;}
A:visited {text-decoration: underline;color:#FFE4B5;}
A:hover   {text-decoration: underline;color:#FFFACD;}

/* --- Frame settings ------------------------------------------------------ */
div#full{
	width: 800px;
	text-align: left;
	padding-top: 400px;
	background-color: #000;
	background-image: url("./head.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

div#BifFrame {
	padding: 5px;
	background-color: #000;
	color: #FFF;

}

div#BifFrame div.img_sect {
	color: #CCC;
	line-height: 200%;
	text-align: center;
	margin-bottom: 200px;
}

h2 {
	font-family:"Times New Roman",Times,Arial;
	margin-top: 1em;
	margin-bottom: 1em;
}

p {
	margin-bottom: 5px;
}

dt {
	font-weight: bold;
	font-family: Arial,Verdana,"MS Self";
	border-bottom: 1px solid #8B8386;
}

dd {
	margin-left: 10px;
	margin-bottom: 5px;
}

rt {
	font-size:60%;
}

div#footer {
	text-align: center;
	margin: 30px;
	color: #999;

}
</pre></body></html>