.hdr {
	background-image: url(images/headerbg.gif);
	background-repeat: repeat;
}
p {
	color: #993D6D;
	margin-left: 65px;
	font-size: 14px;
	margin-right: 65px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
}
#linkstab {
	color: #FFFFFF;
	background-color: #993D6D;
}
a:link {
	text-decoration: underline;
	color: #993d6d;
}
a:visited {
	color: #993d6d;
}
a:hover {
	color: #FFFFFF;
	background-color: #993d6d;
}
#linkstab a {
	font-size: 14px;
	font-weight: bolder;
	padding: 5px;
}
#linkstab a:link {
	text-decoration: none;
	color: #ffffff;
}
#linkstab a:visited {
	color: #ffffff;
	text-decoration: none;
}
#linkstab a:hover {
	color: #993d6d;
	background-color: #99CCFF;
	display: block;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.box {
	text-align: center;
	padding: 10px;
	border: 1px solid #993D6D;
	margin: 20px;
}
h1 {
	color: #993D6D;
	margin-left: 65px;
	font-size: 16px;
	margin-right: 65px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-align: justify;
	margin-top: 0px;
	font-weight: bold;
}
#designcredit {
	font-size: 12px;
	color: #CCCCCC;
	vertical-align: bottom;
}
#designcredit a {
	color: #CCCCCC;
}
