body {
	background-image: url(../images/bg_img_b.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ccd7e9;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
	color: #000080;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000088;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
