@charset "utf-8";
/* CSS Document */
#container {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #000000;
  text-align: left;
}
body {font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FCC;
	background-color: #330659;
}
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #a3af80; font-size: 12px; text-decoration: underline overline}
a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #E8E4AC}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: center;
}
.heading {
	font-family: Papyrus;
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #FCF;
	border-right-color: #FCF;
	border-bottom-color: #FCF;
	border-left-color: #FCF;
}
.subheading {
	font-family: Papyrus;
	font-size: 24px;
	color: #00A8A8;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #00A8A8;
	border-right-color: #00A8A8;
	border-bottom-color: #00A8A8;
	border-left-color: #00A8A8;
}
.pictureframe {
	background-color: #066;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #F9F;
	border-right-color: #066;
	border-bottom-color: #066;
	border-left-color: #F9F;
}
