/*Heading styles*/h1 {	font-size: 175%;	margin-top: 5px;}h1.UAH {	font-size: 200%;	color: rgb(0,0,140);	margin-bottom: 0px;}h1.UAHMath {	font-size: 200%;	color: white;	background: rgb(0,0,140);}h2 {	font-size: 150%; 	counter-reset:exerciseCount;}h3 {	font-size: 125%;}h4 {	font-size: 100%;}/*Divisions*/div.contents{	float: left;	width: 33%;	border: solid 1px gray;	background: rgb(220, 220, 220);}div.description{	float: left;	width: 65%;	padding: 2px 2px;	border: solid 1px gray;	margin-left: 5px;}div.graphic{	text-align: center;}/*Spans*/span.UAH {	font-size: 150%;	margin-right: 10px;}/*Body styles*/body {	background: white; 	color: black;	font-size: 12pt;	font-family: "Times New Roman";	}/*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;}p.caption {	font-size: 75%;	font-family: Arial;	margin-bottom: 0px;}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%;}figcaption {	font-size: 75%;	font-family: Arial;}/*Anchor styles*/a {	text-decoration: none;}a:hover {	text-decoration: underline;}a.UAH{	color: white;}a.internal {	color: blue;}a.external {	color: maroon;}/*Header and footer styles*/p.header {	font-family: Arial; 	font-size: 80%;	margin-bottom: 0px;}.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");}ul.Facebook {	list-style-image: url("Facebook.png");}li.Facebook {	list-style-image: url("Facebook.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;}/*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;}/*Form styles*/legend{	font-weight:bold;	font-size:100%;}fieldset{	margin-bottom: 10px;}
