﻿body
{
	color: #05a450;
	background-color: #FFFFFF;
}

a:hover
{
	color: #ddc585;
	text-decoration: underline;
	cursor: pointer;
}
a:visited
{
	color: #05a450;
}
a:link
{
	color: #e42223;
}

