
p            { font-family: Tahoma; font-size:10pt; margin-top:5; margin-bottom:5 }
span.Emphasis { font-weight: bold }
span.Italic  { font-family: Tahoma; font-size: 10pt; font-style: italic }
.Exercise_heading { font-size: 10pt; font-weight: bold; margin-right: 50; color:#008000 }
.Hints       { color:#008000; font-weight: bold }
.gm          { text-align: left;  }
.Instruction { font-style: italic; font-family:Tahoma; font-size:10pt; margin-top:10; margin-bottom:10 }
.quote       { text-align: left; margin-left: 30; margin-right: 30; font-family:Times New Roman; font-size:10pt }
li           { font-family: Tahoma; font-size:10pt; line-height:1.2; margin-bottom:5; margin-left:-15 }
h1           { font-family: Tahoma; font-size:14pt; color:#008000; font-weight:bold; text-align:left; margin-top:0; margin-bottom:0 }
h2           { font-family: Tahoma; font-size:14pt; color:#39B54A; color="#008000"; text-align:left; font-weight:bold; margin-top:0; margin-bottom:0  }
h3           { font-family: Tahoma; font-size:12pt; color:#0000FF; text-decoration:underline; text-transform:capitalize; font-style:oblique; text-align:left   }
h4           { font-family: Tahoma; font-size:10pt; margin-top:0; margin-bottom:2; color:#0000FF; text-decoration:underline; text-align:left; margin-left:40  }
ul           { font-family: Tahoma; margin-top:0; margin-bottom:0}
td           { font-family: Tahoma; font-size:10pt }


a {
	color: #008000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #008000;
	text-decoration: underline;
}
a:visited:hover {
	color: #666666;
	text-decoration: none;
}