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

