@charset "utf-8";
/* CSS Document */
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #B0509D;
	border: 1px solid #B0509D;
}

p{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #636363;
}

#header ul{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #B0509D;
	list-style-type: none;
}

#header a{
	text-decoration: none;
}

#footer li {
	color: white;
	list-style-type: none;
	padding: 25px;
	display: inline-table;
	text-align: left;
	background-color: #B0509D;
}

#footer a{
	text-decoration: none;
	color: white;
}