h1, h2, h3, h4, h5, h6, th, td, p, ul, li
{
	color:black;
	font-family: Candara, Trebuchet MS, Arial, sans-serif;
}
a { color: black; text-decoration: none }
a:hover { color: red }
body
{
	background-color: white;
	background-image: url(monet_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.title
{
	font-weight: bold;
	font-size: 36pt;
	color: red;
	font-family: cursive, times, sans-serif;
	text-decoration: none
}
.index
{
	font-weight: bold;
	font-size: 10pt;
	font-family: cursive, sans-serif;
	text-decoration: none
}
.notebk
{
	font-weight: bold;
	font-size: 10pt;
	font-family: cursive, sans-serif;
	text-decoration: none
}
.heading
{
	font-weight: bold;
	font-size: 12pt;
	font-family: cursive, sans-serif;
	text-decoration: none
}

