﻿a:link
{
	color: rgb(73, 123, 153);
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,57,22);
	color: rgb(221,255,179);
}

h1
{
	color: rgb(71, 156, 101);
}
h2
{
	color: rgb(158, 126, 79);
}
h3
{
	color: rgb(71, 122, 141);
}
h4
{

	color: rgb(221,255,179);
}
h5
{
	color: rgb(221,255,179);
}
h6
{
	color: rgb(221,255,179);
}
