.footer {
	font-size: 8pt;
	margin: 0px;
	clear: right;
	color: #AAAAAA;
	background-color : #f7f7f7;
	width: 400px;
	text-align:right;
	}

.footer a:link {
		color: #666666;
		text-decoration:none
	}

.footer a:visited {
		color: #777777;
		text-decoration : none
	}

.footer a:hover {
		color: #000000;
		text-decoration : underline
	}
