BODY 
{
	font-family: Tahoma;
	color: #006300;
}

A {
	text-decoration: underline;
	color: #006300;
}

A:Hover {
	text-decoration: none;
	color: #31CE31;
}

H1 
{
	color: Black;
	font-weight: lighter;
	font-size: x-large;
}

H2
{
	color: #006300;
	font-weight: bold;
	font-size: large;
}

H3 
{
	color: #006300;
	font-weight: bold;
	font-size:medium;
}

.shortText {
	color: #006300;
	font-weight: bold;
	font-size: 11px;
}

.button { font-family: Tahoma;
         color: #006300;
}