﻿body
{
background-image: url('../images/GreenBackground.gif');
background-repeat: repeat-x;
background-color: #EDEDED;
text-align:center;
font-family: "Arial";
}

a:link
{
	color: black;
	text-decoration: none;
}

a:visited
{
	color: blue;
	text-decoration: none;
}
