﻿@charset "UTF-8";

#footer
{
	font-size:7pt;
	color:#000;
	text-align:center;
	padding:5px;
}
#footer A:link
{
	color:#000;
	text-decoration:underline;
}
#footer A:visited
{
	color:#000;
	text-decoration:underline;
}
#footer A:hover
{
	color:#000;
	text-decoration:underline;
}
#footer A:active
{
	color:#000;
	text-decoration:underline;
}
