@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/strips.gif);
	background-repeat: repeat;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #666666;
	font-size:14px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.smalltext {
	color: #666666;
	font-size:12px;
}

h1 {
	font-size:18px;
}