/* CSS Document */

body {
	/*background-color: #6699FF;*/
}
.footercontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	color: #000;
	font-weight:bolder;
}
a:link {
	/*color: #1382B0;*/
	color: #775AA6;
	text-decoration:underline;
}
a {
	font-weight: bold;
}
a:hover {
	color: #92CA69;
}
a:active {
	color: #1382B0;
}

