.background {
	background-image: url(/graphics/waves.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
}
.link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.link:hover {
	font-weight: bold;
	text-decoration: underline;
	border: medium none;
	filter: FlipV;


}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
