body
{ 
background-image: url("images/gradient4.jpg");
background-repeat: repeat-y
}

a:link {color: #000066}
a:visited {color: #0000FF}
a:hover {color: #999999}
a:active {color: #0000FF}

span.title
{
	font-family: Trebuchet MS, Trebuchet, Tahoma, arial, Times New Roman;
	font-size: 17px;
	text-align: justify;
	width: 500px;
	color: #000066;
	font-weight: bold;
	}
	
span.body
{
	font-family: Times New Roman, Trebuchet MS, Trebuchet, Tahoma, arial;
	font-size: 13px;
	text-align: justify;
	width: 500px;
	color: #000000;
	}

span.footer
{
	font-family: arial, Times New Roman, Tahoma, Trebuchet MS, Trebuchet ;
	font-size: 11px;
	color: #808080;
	text-align: center;
	position: absolute;
	width: 500px;
	left: 175px;
	top: 1070px;
	}