@charset "utf-8";
/* CSS Document */

.footer{
	border:0px solid red;
	margin:50px 0 0 0;
	padding:10px;
	color:#999999;
	font-size:9px;
	text-align:right;
}

.underline{
	color:#669900;
	text-decoration:underline;
}

.footer a:link, .footer a:visited, .footer a:active{
	color:#999999;
	text-decoration:none;
}
.footer a:hover, .footer a:focus{
	color:#669900;
	text-decoration:underline;
}