

body {
	-webkit-user-select: none;
	font: 12px "Lucida Grande";
	background: white no-repeat fixed 50% 75%;
}
div#slide {
	left: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	margin-top: 0;
	border-top: thin solid silver;
	border-bottom: thin solid silver;
}



div#contact {
	float: left;
	clear: both;
	display: inline;
	margin-right: 00px;
	width: 1000px;
}

#contact p.heading2 a {
	text-decoration: none;
	color: gray;
}
p {
	color: white;
	font-size: medium;
}

#contact p.heading1 {
	float: left;
	margin-left: 5px;
	color: gray;
	font-size: medium;
	margin-bottom: 0;
	margin-top: 5px;
}

#contact p.heading2 {
	float: left;
	color: gray;
	font-size: small;
	margin: 5px 15px 2px;
}

#contact p.heading2a {
	float: left;
	color: gray;
	background-color: black;
	margin: 5px 15px 2px;
	font-size: small;
}

#contact p.heading2a a {
	color: white;
	text-decoration: none;
}

#contact p.heading1 a {
	text-decoration: none;
	color: gray;
}





#contact p.heading3 a {
	float: left;
	margin-left: 5px;
	background-color: orange;
	text-decoration: none;
	color: white;
}

#contact:hover p.heading2 {
	color: orange;
}



#contact p.heading3 {
	float: left;
	background-color: orange;
}

#slide p {
	color: black;
	font-size: small;
}

span.caps {
	color: black;
}

span.caps2 {
	font-weight: bold;
	background-color: red;
	color: white;
}
