body {
	margin: 0px;
	padding: 0px;
}
.margin {
	margin: 4px;
	padding: 12px 8px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.cellbg {
	background-attachment: scroll;
	background-image: url(images/BG-rembrandt.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 12px 8px;
	border: thin solid #000000;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.cellbg2 {
	background-attachment: scroll;
	background-image: url(images/BG-bedside.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 12px 8px;
	border: thin solid #000000;
}
.AHA-BG {
	background-attachment: scroll;
	background-image: url(images/2hearts.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.redcell {
	color: #FFCCCC;
	background-color: #630000;
	text-decoration: none;
}

.redcell  a:active {
	color: #FFCCCC;
	text-decoration: none;
}

.redcell  a:link {
	color: #FFCCCC;
	text-decoration: none;
}

.redcell  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.redcell  a:visited {
	color: #FFCCCC;
	text-decoration: none;
}

.body  a:active {
	color: #990000;
}

.body  a:link {
	color: #990000;
}

.body  a:hover {
	color: #990000;
}

.body  a:visited {
	color: #990000;
}

.header {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
h1 {
	text-decoration: underline overline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}
.textBG-white {
	background-color: #FFFFFF;
	background-image: url(images/spacer-white.jpg);
	background-repeat: repeat;
}
