.bg {
	background-image: url(images/css-bg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;

}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #996633;
	text-decoration: underline;
}
a:visited {
	color: #996633;
	text-decoration: underline;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: underline;
}
