﻿BODY 
{

	color: white;
	background-color:black;
	background-image:url(Images/criteria_bg_350px.jpg); 
	background-repeat:no-repeat;
	background-color:#4A6535;		
}

A:link
{
	text-decoration: none;
	color: white;

}
A:visited
{
	text-decoration: none;
	color: white;
}
A:hover
{
	text-decoration: underline;
	color: Red;
}
A:active
{
	text-decoration: none;
	color: white;
}
	

#Title
{
	color: white;
}
#Content
{
	border:solid 3px #a6a762;
}
