﻿	

.body {
	FONT-FAMILY: Calibri;
	font-size: 80%;
	color: teal;
	background:#F8F1F1;
}

/*** Hyptertext Links ***/
a:link    {color:teal; text-decoration:none}   /*** unvisited link ***/
a:visited {color:teal; text-decoration:none}       /*** visited link ***/
a:hover   {color:gray}      /*** mouse over link & must come after a:link and a:visited ***/
a:active  {color:GrayText}    /*** selected link & must come after a:hover***/


h1 {
	color: teal;
	font-size: 150%;
	font-weight: bold;
}

h2 {
	color: teal;
	font-size: 100%;
	font-weight: bold;
}

h3 {
	color: teal;
	font-size: 80%;
}

ul{
	FONT-FAMILY: Calibri;
	list-style-type:disc;
}

ol{
	FONT-FAMILY: Calibri;
	color: black; }

li {
	FONT-FAMILY: Calibri;
	padding-bottom: 0px;
	color: teal
}



table {
	width: 700px;
	height: 19px;
}

th {
	text-align: center;
	background-color: #FFCC99;
	background-repeat: repeat-x;
	text-align: left;
	top: auto;
}

tr {
	text-align: left;
	background-repeat: repeat-x;
}
