.kelsey {font-size: 32pt; font-family:Britannic Bold; font-color: "#800517";}
.drew {font-size: 16pt; font-family: Arial; font-color: "#800517";}
.mom {font-size: 19 pt; font-family: Arial; font-color: "#800517"; font-weight: bold;}
body {background-color: "#C12869";}
LI. list1 {list-style: circle outside; color: white;}
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	postition: relative;
	display:block;
	height:36px;
	font-size:20px;
	font-wieght:none;
	text-transform:normal;
	background: "#800517";
	font-family:"Cambria"
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin: 0;
	padding:0;
}

ul#menu li a
{
	display:block;
	float:left;
	color: "#C12869";
	text-decoration:none;
	font-weight:none;
	padding:12px 20px 0 20px
	height:24px;
}

ul#menu li a:hover
{
	color:"white";
	background:"#800517";
}