/*Basic style sheet for Virtual Laboratories in Probability and StatisticsCopyright (c) 1997-2007, Kyle SiegristSee http://www.math.uah.edu/stat/Copyright.xhtml for more information about rights and permissions*//*Heading styles*/h1 {	font-size: 175%;}h1.home {	text-align: center; 	color: white; 	background: rgb(0,0,140); 	border-color: gray; 	border-style: solid; 	border-width: 1px;}h1.main {	text-align: center; 	color: white; 	border-width: 1px; 	border-color: silver; 	border-style: solid; 	background: rgb(0,0,140);}h1.library {	text-align: center; 	color: white; 	border-width: 1px; 	border-color: silver; 	border-style: solid; 	background: rgb(0,140,0);}h2 {	font-size: 150%; }h2.main {	color: white; 	border-width: 1px; 	border-color: silver; 	border-style: solid; 	background: rgb(0,0,140);}h2.library {	color: white; 	border-width: 1px; 	border-color: silver; 	border-style: solid; 	background: rgb(0,140,0);}h2.ancillary {	text-align: center; 	color: white; 	border-width: 1px; 	border-color: blue; 	border-style: solid; 	background: red;}h3 {	font-size: 125%;}h3.ancillary {	color: white; 	border-width: 1px; 	border-color: blue; 	border-style: solid; 	background: red;}h4 {	font-size: 100%;}h4.chapter:before {	content: counter(chapterCount) "."; 	counter-increment: chapterCount;}/*Body styles*/body {	background: white; 	color: black;	font-weight: normal;}body.ancillary {	background: rgb(220, 220, 220); 	color: black;}/*Paragraph styles*/p.equation {	text-align: center;}p.code {	margin-left: 2em; 	margin-right: 2em;}p.math {	margin-left: 15px;	text-indent: -15px;	margin-top: 0px;	margin-bottom: 0px;}p.math:before {	content: url("DieBlue5.png") " " counter(exerciseCount) ". "; }p.sim {	margin-left: 15px;	text-indent: -15px;	margin-top: 0px;	margin-bottom: 0px;}p.sim:before {	content: url("DieRed5.png") " " counter(exerciseCount) ". "; }p.stat {	margin-left: 15px;	text-indent: -15px;	margin-top: 0px;	margin-bottom: 0px;}p.stat:before {	content: url("GridBlue.png") " " counter(exerciseCount) ". "; }p.continue {	margin-left: 15px;}p.answer{	margin-left: 15px;	text-indent: -15px;	margin-top: 0px;	margin-bottom: 0px;}p.answer:before {	content: url("CheckRed.png") " ";}p.check {	text-align: right;	margin-top: 0px;	margin-bottom: 0px;}p.graphic{	text-align: center;}/*Divisions*/div.exercise {	border-style: dashed;	border-color: rgb(200, 200, 180);	border-width: 1px;	background: rgb(240, 240, 220);	counter-increment: exerciseCount;	margin-bottom: 10px;	margin-top: 10px;}div.header {	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: gray;	counter-reset: exerciseCount chapterCount;}div.footer {	border-top-style: solid; 	border-top-width: 1px;	border-top-color: gray;}div.contents{	float: left;	width: 29%;	border: solid 1px gray;	background: rgb(220, 220, 220);}div.description{	float: left;	width: 69%;	padding: 2px 2px;	border: solid 1px gray;	margin-left: 5px;}div.displayed {	display: block;	margin-left: auto; 	margin-right: auto;	margin-bottom: 5px;	margin-top: 5px;}/*Keyword style*/dfn {	color: green; 	font-style: normal; 	font-weight: bold;}/*Image styles*/img {	border-style: none; 	vertical-align: middle;}img.displayed {	display: block; 	margin-left: auto; 	margin-right: auto;	margin-bottom: 5px;	margin-top: 5px;}/*Address style*/address {	font-style: normal; 	text-indent: 5%;}/*Anchor styles*/a {	text-decoration: none;}a:hover {	text-decoration: underline;}a.main {	color: blue;}a.applet {	color: red;}a.data {	color: red;}a.biography {	color: red;}a.resource {	color: red;}a.table {	color: red;}a.graph {	color: red;}a.ancillary {	color: red;}a.external {	color: rgb(0, 0, 140);}a.download {	color: blue;}a.tableBean:after {	content: url("DieBrown3.png");}a.tableSource:after {	content: url("DieGreen3.png");}a.tableApplet:after {	content: url("DieRed4.png");}a.check:after {	content: url("QuestionRed.png");}/*List Styles*/li.sister {	display: inline;	padding: 2px 2px;}ul.map {	list-style: none;	font-family: sans-serif;	font-size: 75%;	margin-left: 0px;	margin-top: 0px;	padding: 0px 0px;}ol.map {	font-family: sans-serif; 	font-size: 75%;	list-style: none;	margin-left: 0px;	padding: 0px 0px;	margin-bottom: 0px;}li.child {	display: inline;	padding: 2px 2px;}li.current{	display: inline;	border-width: 1px; 	border-color: black; 	border-style: solid; }li.parent {	list-style: none;	display: inline;}li.parent:after {	content: " > ";}li.sister:after {	content: " | ";}ol.exercise {	list-style-type: lower-alpha;}ul.information {	list-style-image: url("Information.png");}ul.math {	list-style-image: url("DieBlue5.png");}li.math {	list-style-image: url("DieBlue5.png");}ul.applet {	list-style-image: url("DieRed4.png");}li.applet {	list-style-image: url("DieRed4.png");}ul.data {	list-style-image: url("GridBlue.png");}li.data {	list-style-image: url("GridBlue.png");}ul.biography {	list-style-image: url("Face.png");}li.biography {	list-style-image: url("Face.png");}ul.table {	list-style-image: url("GridGreen.png");}li.table {	list-style-image: url("GridGreen.png");}ul.web {	list-style-image: url("World.png");}li.web {	list-style-image: url("World.png");}ul.book {	list-style-image: url("Book.png");}li.book {	list-style-image: url("Book.png");}ul.article {	list-style-image: url("Page.png");}li.article {	list-style-image: url("Page.png");}ul.quote {	list-style-image: url("Quote.png");}li.quote {	list-style-image: url("Quote.png");}ul.object {	list-style-image: url("DieBlue6.png");}li.object {	list-style-image: url("DieBlue6.png");}ul.ancillary {	list-style-image: url("BoxRedGray.png");}li.ancillary {	list-style-image: url("BoxRedGray.png");}ul.answer {	list-style-image: url("CheckRed.png");}li.answer {	list-style-image: url("CheckRed.png");}ul.chapter {	list-style-image: url("Page.png");}li.chapter {	list-style-image: url("Page.png");}ul.bean {	list-style-image: url("DieBrown3.png");}li.bean {	list-style-image: url("DieBrown3.png");}ul.source {	list-style-image: url("DieGreen3.png");}li.source {	list-style-image: url("DieGreen3.png");}ul.subclass {	list-style-image: url("ArrowDownBlue.png");}li.subclass {	list-style-image: url("ArrowDownBlue.png");}ul.equation {	list-style-type: none;}ul.plain {	list-style-type: none;}li.NSF {	list-style-image: url("NSFSmall.png");}li.UAH {	list-style-image: url("UAHSmall.png");}li.MAA {	list-style-image: url("MAASmall.png");}ul.person {	list-style-image: url("Face.png");}li.person {	list-style-image: url("Face.png");}li.place {	list-style-image: url("House.png");}li.email {	list-style-image: url("Letter.png");}li.copyright {	list-style-image: url("Copyright.png");}li.step {	list-style-image: url("Step.png");}li.run {	list-style-image: url("Run.png");}li.stop {	list-style-image: url("Stop.png");}li.reset {	list-style-image: url("Reset.png");}li.information {	list-style-image: url("Information.png");}li.image {	list-style-image: url("Image.png");}ul.tool {	list-style-image: url("Hammer.png");}ul.new {	list-style-image: url("New.png");}dt {	font-style: italic;}/*Mathematical variables*/var {	font-family: times;}var.real {	font-style: normal; 	font-weight: bold;}var.vector {	font-style: italic; 	font-weight: bold;}var.matrix {	font-style: italic; 	font-weight: bold;}var.collection {	font-family: cursive;}/*Tables*/table {	border-style: solid; 	border-width: 1px; 	border-color: black;	margin-bottom: 5px;	margin-top: 5px;}table.exercise {	margin-left: 15px;}caption {	font-weight: bold;}table.displayed {	margin-left: auto; 	margin-right: auto;	margin-bottom: 5px;	margin-top: 5px;}table.plain {	border-style: none;}td.plain {	border-style: none;}caption{	font-weight:normal;}caption.displayed {	margin-left: auto; 	margin-right: auto;}td {border-style: solid; 	border-width: 1px; 	border-color: black;}th {	font-weight: normal; 	background: rgb(220, 220, 220); 	border-style: solid; 	border-width: 1px; 	border-color: black;}table.home {	border-style: solid; 	border-color: blue; 	width: 100%;}th.home {	background: red; 	color: white; 	border-style: none; 	vertical-align: top; 	width: 100%;}td.contents {	border-style: solid; 	border-width: 1px; 	border-color: blue; 	background: rgb(220, 220, 220); 	vertical-align: top; 	width: 25%;}td.welcome {	border: none; 	vertical-align: top; 	width: 65%;}td.data {	text-align: right;}/*Library tables*/table.library {	border-style: solid; 	border-width: 1px; 	border-color: blue;}th.object {	text-align: left; 	background: white; 	font-weight: bold; 	border-style: solid; 	border-width: 1px; 	border-color: blue;}th.applet {	text-align: left; 	background: white; 	font-weight: bold; 	border-style: solid; 	border-width: 1px; 	border-color: blue;}th.bean {	text-align: left; 	background: white; 	font-weight: bold; 	border-style: solid; 	border-width: 1px; 	border-color: blue;}th.source {	text-align: left; 	background: white; 	font-weight: bold; 	border-style: solid; 	border-width: 1px; 	border-color: blue;}td.object {	text-align: left; 	background: rgb(220, 220, 220);}td.applet {	text-align: center; 	background: rgb(220, 220, 220);}td.bean {	text-align: center; 	background: rgb(220, 220, 220);}td.source {	text-align: center; 	background: rgb(220, 220, 220);}td.summary {	vertical-align: top; 	border-style: solid; 	border-width: 1px; 	border-color: blue;}/*Horizontal rules*/hr.subsection {	width: 25%; 	height: 100%;	margin-left: 0%;}span.redSuit{	color: red;}mi.vector{	font-weight:bold;}mi.collection{	font-family: "ESSTIXThirteen",cursive;	font-style: normal;}