

/* Made with executable version HotPotatoes: Masher Version 6.2 Release 4 Build 2 */


/* Hack to hide a nested Quicktime player from IE, which can't handle it. */
* html object.MediaPlayerNotForIE {
	display: none;
}

body{
	font-family: verdana,Arial,sans-serif;
	background-color: #f2ebe3;
	color: #513a30;
 
	margin-right: 5%;
	margin-left: 5%;
	font-size: small;
}

p{
	text-align: left;
	margin: 0px;
	font-size: 100%;
}

table,div,span,td{
	font-size: 100%;
	color: #513a30;
}

div.Titles{
	padding: 0.5em;;
	text-align: center;
	color: #513a30;
}

button{
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	display: inline;
}

.ExerciseTitle{
	font-size: 140%;
	color: #513a30;
}

.ExerciseSubtitle{
	font-size: 120%;
	color: #513a30;
}

div.StdDiv{
	background-color: #F2ebe3;
	text-align: center;
	font-size: 100%;
	color: #513a30;
	padding: 0.5em;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #799823;
	margin-bottom: 1px;
}

a{
	color: #597eac;
}

a:visited{
	color: #83705c;
}

a:hover{
	color: #798235;
}