body {
	
	background-color: #993366;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-color: #D391A3;
	margin-top: 5px;
}
h1{
	font-family: Agnes, Verdana, Arial;
	border-bottom-color: #49012A;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 {
	color: #F8B9C2;
	font-family: Zephyr, Arial, Agnes;
	background-color: #49012A;
}
#header ul {
	background-color: #CC7B92;
}
#header li {
	font-family: Arial, Helvetica, sans-serif;
}
#header a {
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #49012A;
	padding-right: 10px;
	padding-left: 10px;
}
#header a:link, #content a:link {
	color: #49012A;
}
#header a:visited, #content a:visited {
	color: #49012A;
}
#header a:hover  {
	color: #FFFFCC;
}
#content a:hover {
text-decoration: none
}
#homePage #home a, #photosPage #photos a, #newsPage #news a, #bioPage #bio a, #resumePage #resume a, #contactPage #contact a {
	color: #FFFFCC;
}
#content {
	background-color: d391a3;
}
#demo h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-color: #49012A;
	color: #49012A;
}
#quickfacts {
	border: 1px solid #49012A;
	background-color: #FFFFFF;
}
#quickfacts h2 {
	margin-top: 10px;
}

#contact a {
	border-right-style: none;
}
#footer {
	background-color: #49012A;
}
#footer h3 {
	color: #FFFFCC;
}
#footer a:link {
	text-decoration: underline;
	color: #FFFFCC;
}
#footer a:visited {
	text-decoration: underline;
	color: #FFFFCC;
}
#footer a:hover {
	text-decoration: none;
}

