/* CSS Document */

a:link {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:visited {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.returnHomepage {font-size: 13px; color: #FFFFFF; font-weight: bold; }

body {
	background-color: #C6DFF5;
}