body {
	width: 700px;
	font-size: medium;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	background-color:#ffffff; 
	text-align: center;
	margin-left: 150px;
	}

	
	a:link {
		color: teal;
	}
	
	a:visited {
	   color: Fuchsia;
		
	}
	
	a:hover{
		color: brown; 
	}

h1, h2 {
color: #cc33cc;
margin-left: 50px;
	}
	
h1 {
font-size: 150%;
margin: 1px;
	}

h2 {
	font-size: 110%;
	margin: 1px;
}

h3 
	{
	font-family: Arial;
	font-style: normal;
	font-size: 130%;
	text-align: center;
	color: Fuchsia;
	margin: 5px;
	padding: 10px;	
	}	
	
ul {
	color: Fuchsia;
	text-align: left;
	
}

li {
	color: blue;
	text-align: left; 
}	

em{
	font-family: Arial;
	font-style: bold;
	font-weight: 400;
	color: #00cc00;	
}

p {
	color:#3333ff;
	border: none; 
	border-width: 2px;
	border-color: #9900ff;
	margin: 5px;
	padding: 10px;
}

.invite{
	border: none;
	border-style: none;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: bold;
	line-height: normal;
	font-weight: lighter;
	color: brown;
}

.slam{
	border: solid;
	border-style: thin;
	border-color: blue;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	width: auto;
	background-color: #ccffff;
	color: blue;
}


.dance{
	border: solid;
	border-style: thin;
	border-color: Fuchsia;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	text-align: center;
	width: auto;
	background-color: #ffccff;
	}

.nav {
	border: none;
	border-style: none;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: brown;
	}
		 
	
