@charset "utf-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
  background-color:#CCCCCC;
}

h1 {
	font-size: 24px;
	text-align: center;
	border-bottom: medium solid #FF0000;
	padding-bottom: 5px;
}

h2 {
	font-size: 16px;
	background-color:#FF0000;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

h3 {
	border-bottom: thin solid blue;
	padding-left: 5px;
	padding-bottom: 3px;
	font-size: 16px;
}

.MainContainer {
	border: medium solid #0000FF;
	width: 750px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.cellunderline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
}

.rsvplist td {
	padding-bottom: 5px;
	text-align: center;
}

.rsvplist th {
	font-size: 14x;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
}
