body
{
	background-image: url('images/grass.jpg');
	font-family: Helvetica, Arial, sans-serif;
}

#mainContent
{
	background-color:white;
	padding:15px;
	width: 50%;
	min-width:520px;
	margin-right:auto;
	margin-left:auto;
	border-radius:30px;
	/*text-align:center;*/
}

#mainContent a
{
	text-decoration:none;
}

#nav{
	background-color: #cc6611;	
	text-align:center;
}

#nav li 
{
	display:inline;
	line-height:30px;
	font-size:20px;
}

#nav a{
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
#nav a:hover{
	text-decoration: none;
}

.topic
{
	color:#007700;
	font-weight:bold;
}

#familyPic
{
	width:500px;
	border-radius:30px;
}

#package{
	background-color:#99ff88;
	border-style: solid;
	border-color: #338811;
}

