﻿body 
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
  font-size: 12px;
}

td
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
  font-size: 12px;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

h2, .heading
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

ol {
  list-style:  decimal;
}
ol ol {
  list-style: upper-roman;
}
ol ol ol {
  list-style: lower-alpha;
}
ol ol ol ol {
  list-style: decimal;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

