body {
	background-color: #3C7BFF;
	font-family: Times New Roman, Serif;
	font-size: medium;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

a {
	color: #4F4FFF;
    text-decoration: underline
}

A:visited {
	color: #8888FF;
    text-decoration: underline
}

A:hover {
    color: #000000;
	background-color: #FFCC00; 
	text-decoration: none
}

h1 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}

.tree-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-color: #2B3A11;
}

.nav {
    color: #000000;
	font-size: 14 px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.nav a:link{
    color: #000000;
	font-size: 14 px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.nav a:visited{
    color: #000000;
	font-size: 14 px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;

}

.nav a:hover{
	font-size: 14 px;
	font-weight: bold;
	font-style: italic;
    color: #000000;
	background-color: #FFCC00; 
	text-decoration: none
}

.footer-nav {
	font-weight: bold;
}

.footer-copyright {
	color: #666666;
	font-size: 12px;
}

