﻿#masthead 
{
	position: relative;
	width: 100%;
}
#top_left {
	margin-top: 40px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header 
{
	margin-left: 200px;
}
#container 
{
	margin-top: 4px;
	position: relative;
	width: 100%;
}
#left_col {
	margin-top: 100px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content 
{
	margin-left: 200px;
}
#footer {
}
body 
{
    margin-top: 20pt;
    margin-left: 20pt;
	width: 400pt; 
	color:black;
	font-size: x-small;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: white;
}
p {
	padding: 0;
	font-size: x-small;
	line-height: 132%;
}
ol, ul {
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	padding: 0;
	color: #4E5706;
	font-family: Georgia, serif;
}
h1 {
	font-size: 2.3em;
}
h2 {
	font-size: 1.6em;
}
a {
	text-decoration: none;
}
a:link {
	color: blue;
}
a:visited, a:active {
	color: #B26A16;
}
a:hover {
	background-color: #4E5706;
	color: #FFF;
}
.capt {
	background-color:#FFFFCC;
	text-align: center;
	font-size: 1.2em;
	color: blue;
}
.style0 {
	text-align: left;
	font-size: 1.2em;
	color: #3366FF;
}
.code {
	text-align: left;
	font-size: 0.9em;
	color: red;
	font-weight:200;
}
.formula {
	text-align: left;
	font-size: 0.9em;
	color: green;
	font-weight: 200;
	margin-top:-5pt;
}
.styleP1 {
	text-align: justify;
	margin-top:32px
}
.style1 {
	text-align: justify;
}
.style11 {
	text-align: justify;
	margin-top: 46px;
	color:Blue;
}
.style77 
{
    color:blue;
}
.style111 {
	text-align:justify;
	padding-top:20px;
	font-size: 3.8em;
	color:orange;
}
.foot {
	color: blue;
	text-align: center;
	background-color: orange;
}
.style4 {
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px;
}
.tri {
	font-weight: bold;
	background-color: white;
	text-align: center;
	color: #3366FF;
}
.mid {
	font-weight: bold;
	background-color: white;
	text-align: center;
	color:purple;
}
.sum {
	font-weight: bold;
	background-color: white;
	text-align: center;
	color:green ;
}
.als {
	font-weight: bold;
	background-color: white;
	text-align: center;
	color:orange;
}
.gcd {
	font-weight: bold;
	background-color: white;
	text-align: center;
	color:blue;
}
.lcm {
	font-weight: bold;
	background-color: white;
	text-align: center;
	color:teal;
}
.td1 {
	font-weight: bold;
	background-color: #b0c4de;
	text-align: center;
	color: red;
}
.td2 {
	background-color: #FFD700;
	text-align: center;
}
.td3 {
	background-color: #c0d9c0;
	text-align: left;
}
.td4 {
color:black;
	background-color:#CCCCCC;
	text-align: left;
}
.style3 {
	color: #0000FF;
}