/*Heading styles*/h1 {	font-size: 175%;}h1.UAH {	font-size: 300%;	margin-bottom: 0px;	margin-top: 0px;	white-space: nowrap;	color: blue;	background: white;}h1.home {	text-align: center; 	color: white; 	background: blue; 	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: blue}h2 {	font-size: 150%; 	counter-reset:exerciseCount;}h2.UAHMath{	font-size: 200%;	color: white;	background: red;	margin-top: 0px;	white-space: nowrap;	vertical-align: middle;}h2.main {	color: white; 	border-width: 1px; 	border-color: silver; 	border-style: solid; 	background: blue;}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%;}/*Body styles*/body {	background: white; 	color: black;
	font-size: 11pt;
	font-family: STIXGeneral;	}body.ancillary {	background: silver; 	color: black;}/*Paragraph styles*/p.equation {	text-align: center;}p.graphic {	text-align: center;}p.table {	text-align: center;}p.code {	margin-left: 2em; 	margin-right: 2em;}p.exercise:before {	content: counter(exerciseCount) ". "; 	counter-increment: exerciseCount;}dfn {	color: green; 	font-style: normal; 	font-weight: bold;}/*Image styles*/img {	border-style: none; 	vertical-align: middle;}img.graphic {	border-style: solid; 	border-width: 1px;}address {	font-style: normal; 	text-indent: 5%;}/*Anchor styles*/a {	text-decoration: none;}a:hover {	text-decoration: underline;}a.internal {	color: blue;}a.external {	color: maroon;}a.uah {	color: white;}/*Header and footer styles*/.header {	font-family: Arial; 	font-size: 80%;}.footer {	font-family: Arial; 	font-size: 80%;}/*List styles*/ul.PDF {	list-style-image: url("PDF.png");}li.PDF {	list-style-image: url("PDF.png");}ul.Article {	list-style-image: url("Article.png");}li.Article {	list-style-image: url("Article.png");}ul.plain {	list-style-type: none;}ul.UAH {	list-style-image: url("UAH.png");}li.UAH {	list-style-image: url("UAH.png");}li.AMS {	list-style-image: url("AMS.png");}li.MAA {	list-style-image: url("MAASmall.png");}ul.Time {	list-style-image: url("Clock.png");}li.Time {	list-style-image: url("Clock.png");}ul.Person {	list-style-image: url("Face.png");}li.Person {	list-style-image: url("Face.png");}ul.Course {	list-style-image: url("ChalkX.png");}li.Course {	list-style-image: url("ChalkX.png");}li.Phone {	list-style-image: url("Phone.png");}li.EMail {	list-style-image: url("Letter.png");}li.Fax {	list-style-image: url("Printer.png");}ul.Test {	list-style-image: url("CheckRed.png");}li.Place {	list-style-image: url("House.png");}ul.Web {	list-style-image: url("World.png");}li.Web {	list-style-image: url("World.png");}ul.Maple {	list-style-image: url("Maple.png");}li.Maple {	list-style-image: url("Maple.png");}ul.Prerequisite {	list-style-image: url("CheckGreen.png");}li.Prerequisite {	list-style-image: url("CheckGreen.png");}ul.Computer {	list-style-image: url("Computer.png");}li.Computer {	list-style-image: url("Computer.png");}/*Mathematical variables*/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;}span.math {	white-space: nowrap;}/*Tables*/table {	border-style: solid; 	border-width: 1px; 	border-color: black;}td {	border-style: solid; 	border-width: 1px; 	border-color: black;}td.object {	text-align: center;}th {	font-weight: bold; 	background: silver; 	border-style: solid; 	border-width: 1px; 	border-color: black;}table.UAHMath {	border-style: none;	width: 100%;}td.UAHMath{	border-style: none;	vertical-align: middle;	font-size: 200%;	color: white;	background: blue;	text-align: center;}td.UAH{	border-style: none;	vertical-align: middle;	font-size: 200%;	color: white;	background: blue;	font-weight: bold;}td.Icon {	border-style: none;	text-align: right;	vertical-align: middle;	background: blue;}td.contents {	border-style: none;	vertical-align: top;	background: silver;	width: 30%;}td.description {	border-style: none;	vertical-align: top;	width: 70%;}/*Styles for a displayed, unlabeled mathematical expression*/p.math {	text-align: center;	white-space: nowrap;	margin-bottom: 5px;	margin-top: 5px;}span.UA {	color: blue;}span.H {	color:gray;}

