body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
a:link {
	color: #A8C9D3;
	text-decoration: none;
}
a:hover {
	color: #7AB5D3;
	text-decoration: none;
}
a:visited {
	color: #A8C9D3;
	text-decoration: none;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
}

