.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;

}
.nav a:hover {
	color: #FF9933;
	text-decoration: underline;

}
h1 {
	color: #000000;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #333366;
	border-left-color: #333366;
	font-size: 1.1em;

}
.caption {
	font-size: .85em;
}
h2 {
	font-size: 1em;
	background-color: #CCCCCC;
}
.note {
	font-size: .85em;
	font-style: italic;
	color: #990033;
}
.new {
	color: #000000;
	background-color: #FFFF99;
	border: 2px dashed #000000;
	font-weight: bold;
}

UL LI {
	margin-bottom: .75em;
}
#home-invite {width:250px;margin: 2px 0px 2px 12px;text-align:center;}
a {text-decoration: underline;color:black;}
a:hover {text-decoration: none;color:black;}
