/*
		      Lunanbay Software License

 Copyright (c) 2001 Lunanbay Limited

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any
  damages arising from the use of this software.

  Permission is granted to anyone to use this software for any
  purpose, including commercial applications, and to alter it and
  redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must
     not claim that you wrote the original software. If you use this
     software in a product, an acknowledgement in the product
     documentation would be appreciated but is not required.

  2. Altered source versions must be plainly marked as such, and must
     not be misrepresented as being the original software.

  3. This notice may not be removed or altered from any source
     distribution.

*/

body { background: lightskyblue ; background-image: none; color: black }

p.copyright { 
	font-size: xx-small; 
	text-align: center;
	clear: both;
 }

div.example {
	font-family: monospace ;

	white-space: pre ;

	padding: 1em 1em 1em 1em ;

	border-width: thin ;
	border-style: ridge ;
	border-color: red ;

	/* -moz-border-radius is a magic NS6 in lieu of the
	   border-radius: property */
	-moz-border-radius: 1ex;

	background: white ; background-image: none ;
}

p.note {
	max-width: 38em ;

	border-width: thin  medium medium thin ;
	border-style: solid ;

	-moz-border-radius: 1ex;

	padding: 1ex 1ex 1ex 1ex ;

	margin: 1em 4em 0 4em ;

	background: #ffffcc ; background-image: none ;
}

a:link, a:visited, a:active { text-decoration: none }

a:hover { background: transparent; background-image: none; color: white }

a img { border: none }

#banner {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #000;
}

#navigation {
	position: absolute;
	margin-top: 40px;

	width: 80px;
	border-right: 1px solid #000 ;
}

#navigation a:hover { background: transparent; background-image: none; color: white }

#body {
	position: absolute;
	margin-top: 40px;
	margin-left: 80px;

	border-left: 1px solid #000 ;
}

#body p,h1,ul,table {
	padding: 0px 1ex 0px 1ex;
}

p {
	max-width: 38em;
}

table.journal {
	text-align: center;
}

table.journal td {
	font-family: georgia;
}

td.journal {
	background: #dd0 ; background-image: none;

	border: thin thin thin thin;
	border-style: solid;
}

table.journal th {
	font-family: verdana;
	font-size: smaller;
	font-weight: lighter;	
}

table.journal tr.caption {
	font-family: verdana;
	font-size: +2;
	font-weight: bolder;
}
