@charset "utf-8";
a:link {
	color: #ff1111;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00ccaa;
}
a:hover {
	text-decoration: underline;
	color: #aa0000;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	cursor: pointer;
}

#divCopyright {
	font-size: 10px;
	margin: 10px;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/MissLilliansBGround..jpg);
	background-position: center;
}
#email {
	text-align: center;
	font-size: 12px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 1em;
}
p {
	font-weight: bold;
}

