/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
	margin: 0;
	padding: 0;
	min-width: 300px;
	min-height: 400px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 0.9em;

}

/*
	background-color: #dddddd;
	color: #000000;
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* h3 remains only for legacy support */
h3 {
	margin: 5px 0 15px 0;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

/* can't get this to work
	line-height: 250%;
*/


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* .text is generated by resizabl.js */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.text p, .text h3, .text li
{ 
	margin-left:10px; 
	margin-right:10px; 
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*
SEE MAJOR jmol STYLE IN resizabl.js which adds to and supercedes this.
line-height here is a crude way to set the spacing between jmols. Text
in the jmol division is only one line, so line-height doesn't affect it.
*/

.jmol {
	top: 0;
	margin: 3px 3px 0 3px;
	padding: 1px;
	text-align: center;
	line-height: 3px;
}

/* line-height was added to control the height of <br><br> */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.nav {
	text-align: center;
	padding: 5px 0;
	margin-bottom: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a:link {color: #0088ee}
a:visited {color: #bb00ee}
/*  added by Frieda */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
