@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
h1 {
	font-family: "Lucida Handwriting";
	font-size: 36px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.navigation {
	float: center;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #333333;
	display: inline-block;
	padding: 10px;
}

.navigation:hover {
	float: center;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	background-color: #CCCCCC;
	display: inline-block;
	padding: 10px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	font-family: "lucida handwriting";
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
}
.mailto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
}
.mailto:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC00CC;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#Heather_Profile {
	background-color: #CCCCCC;
	border: 4px solid #FFFFFF;
	padding: 0px;
	margin: 4px;
}
#test_image {
	border: thin solid #990000;
	z-index: 1;
	position: relative;
}
#AllAboutMe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	padding: 4px;
}
#body_AllAboutMe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	white-space: normal;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#Pricing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}
#body_Pricing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding: 8px;
}
li {
	line-height: 18px;
}
#contact_info {
	font-size: 12px;
	padding: 4px;
}
