﻿body {
}

a, a:link, a:visited
{
	text-decoration:none;
}
	
a:hover
{
	text-decoration:underline;
}

#footer
{
	color:White;
	font-size:10px;
	font-family:Arial;
	padding-top:6px;
	}
	
#footer a, #footer a:link, #footer a:visited
{
	color:White;	
}
	
	
#footer2
{
	color:Black;
	font-size:10px;
	font-family:Arial;
	padding-top:6px;
	text-align:center;
	}
	
#footer2 a, #footer2 a:link, #footer2 a:visited
{
	color:Black;	
}