@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	line-height: 17px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-weight: bold;
	color: #118CC1;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 14px;
}
