html, body {
	background: #F9D5E3;
	color: #E180A1;
}

html, body, h2, h3, div, p, ul, li, input, th, td {
	font-family: Bookman Old Style, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h4 {
	color: #E180A1;
	font-family: Lucida Handwriting, Bookman Old Style, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline overline;
	vertical-align: middle;
	margin-top: .2 in;
	text-align: center;
}

th {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

table.tableBorder {
	border-top: 0px solid #999;
	border-right: 0px solid #666;
	border-left: 0px solid #999;
	border-bottom: 0px solid #666;
}

.small, .archive, .copyright {
	font-size: 12px;
}

a:link {
	/*background: #fff;*/
	color: #E180A1;
}

a:visited {
	/*background: #fff;*/
	color: #E180A1;
}

a:active {
	/*background: #ffc;*/
	color: #E180A1;
	text-decoration: none;
}

button, .button {
	background-color: #E180A1;
	font-family: Bookman Old Style, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F9D5E3;
	font-weight: bold;
}

.title {
	font-size: 18px;
	text-align: center;
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	border-bottom-style: double;
}

.displayWindow {
	overflow: auto;
	width: 100%;
	height: 100%;
	border: 0.1cm window-inset;
	background: #E6EBF4;
}

.NavMenu {
	background: #F9D5E3;
	font-family: Bookman Old Style, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 12px;
}

.outerBorder {
	background: #FFFFFF;
}

.displayWindowBabyGirl {
	overflow: auto;
	width: 100%;
	height: 100%;
	border: 0.1cm window-inset;
	background: #F9D5E3;
}

.welcomeDisplay {
	font-size: 9px;
	color: #008800;
	background: #FFFFFF;
}

.LoginLabel {
	font-family: Bookman Old Style, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.LoginField {
	font-size: 10px;
}

.LoginButton {
	background-color: #E180A1;
	font-family: Bookman Old Style, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9D5E3;
	font-weight: bold;
}

.CommentBox {
	border: .1cm groove firebrick;
	background-color: papayawhip;
	color: firebrick;
	font-style: italic;
	font-weight: bolder;
}