﻿body 
{
    font-family: arial, verdana, sans-serif;
}
h1 
{
    color: blue;
    border-bottom: solid 1px red; 
}
h1 a 
{
	color: Blue;
	text-decoration: none;
}
h1 a:visited
{
	color: Blue;
	text-decoration: none;
}
h1 a:hover
{
	color: Red;
	text-decoration: none;
}
#_tree a
{
	background: white;
	color: Blue;
	font-size: 0.8em; 
	text-decoration: none;
}
#_tree a:hover
{
	background: blue;
	color: White;
}
.size
{
	font-size: 0.6em;
	font-weight: bold; 
}
.expando 
{
	font-weight: bold; 
	padding-right: 3px;
}
h2
{
	color: blue;
	text-align: right;
	padding-right: 20px;
	background: #ffaaaa;
}
.copyright 
{
	font-size: 0.6em;
}
.copyright a:link
{
	text-decoration: none; 
	color: Blue;
}
.copyright a:visited
{
	text-decoration: none;
	color: Blue;
}

