@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url(images/bg.jpg);
}
a:link {
	color: #135688;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #135688;
}
a:hover {
	text-decoration: underline;
	color: #1D84CF;
}
a:active {
	text-decoration: none;
	color: #135688;
}