/* Page defaults */
BODY	{ margin: 10px;
	  padding: 0;
	  background: #dbd9c9;
	  background-image: url("/~bjorn/nylose/background.gif");
	}

H1, H2	{ color: #cc0000;
	  text-align: center;
	  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	}
H3	{ clear: left;
	}

A 	{ color: blue;
	  text-decoration: none;
	}
A:hover { text-decoration: underline;
	}

TD 	{ vertical-align: top;
	}
TH 	{ text-align: left; 
	  vertical-align: top;
	}
P       { text-align: justify; }
BLOCKQUOTE { text-align: justify; 
	margin-left: 4em;
	margin-right: 4em; 
	font-size: smaller; }
LI { text-align: justify;
	margin-right: 2em; }
/* div {border: 1px dotted gray;} */

.center { text-align: center;
	}

.byline { font-style: oblique;
	}
.content { margin-left: 120px;
	   margin-right: 120px;
	}
.calendar { margin-left: 120px;
	}

.clear-figures { clear: both; }

DIV.figure-right {
	float: right;
	width: 20%;
	padding: 0px;
	margin: 0em 0em 0.2em 1em;
	min-width: 320px;
	clear: right;
	}
DIV.figure-right P {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	}

DIV.figure-left {
	float: left;
	width: 20%;
	padding: 0px;
	margin: 0em 1em 0.2em 0em;
	min-width: 320px;
	clear: left;
	}
DIV.figure-left P {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	}
	
.fullwidth {
	margin-left: -120px;
	margin-right: -120px;
	}

.navlinks, .leftbar {
	color: black;
	text-align: left;
	float: left;
	}
.backlink, .rightbar {
	color: black;
	text-align: right;
	float: right;
	}

.credit {
	color: #333333;
	font-size: 70%;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
	}

A IMG { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   A IMG { color: inherit;     /* undo the rule above */
	   border: none;       /* hide from Netscape 4 */
   }
}

