h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #330000;
	text-align: center;
}
p, td, li {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 11pt;
	color: navy;
}
body {
	background-image: url(back.jpg);
	margin: 0px;
}
.francie {
	color: #660000;
	background-color: #B7FFC9;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline overline;
	background-color: #FFFF99;
}
a:visited {
	color: purple;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

