﻿a:link
{
	color: rgb(0, 175, 0);
	text-decoration: none;
	font-size: x-small;
}
a:visited
{
	color: rgb(0, 175, 0);
	text-decoration: none;
	font-size: x-small;
}
a:active 
{
	color: rgb(0, 175, 0);
	text-decoration: none;
	font-size: x-small;
}
a:hover {
	text-decoration: underline;
	color: #00AF00;
	font-size: x-small;
}
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
}
h1
{
	color: rgb(0, 175, 0);
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
h2
{
	color: rgb(0, 175, 0);
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
h3
{
	color: rgb(0, 175, 0);
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
h4
{
	color: rgb(252, 199, 10);
	font-family: "Courier New", Courier, Monospace;
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
}
h5
{
	color: rgb(252, 199, 10);
	font-family: "Courier New", Courier, Monospace;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}
h6
{
	font-size: xx-small;
	text-decoration: none;
}
