a:hover {
	color: #3399FF;
}
body {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	background-image: url(images/bluebg.gif);
	background-repeat: repeat-x;
}
.bar {
	background-image: url(images/greenbar.gif);
	background-repeat: repeat-x;
	background-color: #86D32C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
