﻿a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

.footer {
	text-align: center;
	font-size: small;
	color:#ffffcc;
}

.footer_link {
	color:#ffffcc;}
	
