@charset "UTF-8";
body {
	margin: 10; /* 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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FF6699;
	background-image: url(images/stars-background.jpg);
}h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CC0000;
	text-align: left;
	padding-top: 0px;
	line-height: 80px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CC0000;
}
.table-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
hr {
	color: #FF6699;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.picture-left {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.picture-right {
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#pic-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
a:visited {
	color: #FF0066;
	text-decoration: none;
}
a:link {
	color: #FF0066;
	text-decoration: none;
}
a:hover {
	color: #FF99FF;
	text-decoration: underline;
}
a:active {
	color: #FF99FF;
	text-decoration: underline;
}