p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bg {
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: 4C5256;
	text-decoration: none;
}
a:visited {
	color: 677883;
	text-decoration: none;
}
a:hover {
	color: 677883;
	text-decoration: underline;
}
a:active {
	color: 677883;
	text-decoration: underline;
}

