﻿body 
{
	background-color: #000000;
}

.footertext
{
	
	 color: #e5e5e5;
	 font-size:small;
	 font-family:Arial;
	 letter-spacing: 5px;
	 line-height: 12pt;
	
}
.footertext a:link
{
	color:#e5e5e5;
		
}
.footertext a:visited
{
	color:#e5e5e5;
		
}
.footertext a:hover
{
	color:Red;
}