body {
	background-attachment: scroll;
	background-image: url(/assets/images/default/bkg-stripe.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #612B06;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #370707;
}
.table {
	background-image: url(/assets/images/default/pink-bkg-outnow.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #370707;
}
div, table, td
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #370707;
}
form
{
	margin:0;
	padding:0;
}

a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #990000;
}
a:active {
	color: #003300;
}
textarea {
	padding:3px;
}