/* CSS definition file containing site wide stylesheets */

.footer:visited {
	font-size: 10px;
 	color: rgb(114,60,116);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.footer:link {
	font-size: 10px;
 	color: rgb(114,60,116);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.footer:hover {
	font-size: 10px;
 	color: rgb(255,204,204);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}