﻿body {
	background-color: #e1e1e1;
}

a:link {
	text-decoration: none;
	color: #879D84;

}

a:visited {
	text-decoration: none;
	color: #879D84;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a
{
    font-family: Arial, Verdana, Trebuchet MS;
	
	color: #1F6F3E;
	font-size:10pt;
    font-weight: bold;
    

}

ul
{
    font-size:10pt;
    font-weight: bold;
	color: #1F6F3E;
    font-family: Arial, Verdana, Trebuchet MS;

}
ol
{   
    font-size:10pt;
    font-weight: bold;
	color: #1F6F3E;
    font-family: Arial, Verdana, Trebuchet MS;
}
p
{
    font-size:10pt;
    font-weight: bold;
	color: #1F6F3E;
    font-family: Arial, Verdana, Trebuchet MS;

}

numbered list
{
    font-size:10pt;

}
table
{
	table-border-color-light: ;
	table-border-color-dark: ;
    font-size:10pt;
    font-weight: bold;
   	color: #1F6F3E;
    font-family: Arial, Verdana, Trebuchet MS;



}
h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Verdana, Trebuchet MS;
	 font-weight: bold;

}