body,
body a:link,
body a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#dbc8a4;
	text-decoration:none;
	}
body a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#dbc8a4;
	text-decoration:underline;
	}
p {
	padding-left: 40px;
	padding-right:40px;
	}
h1 {
	font-size:16px;
	padding-left: 40px;
	padding-right:40px;
	font-weight:bold;
	}
.review {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2b220e;
	}
.disctitles,
.disctitles a:link,
.disctitles a:visited {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	}
.disctitles a:hover {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	}
.back,
.back a:link,
.back a:visited {
	font-size:12px;
	text-decoration:none;
	}
.back a:hover {
	font-size:12px;
	text-decoration:underline;
	}
.navtext,
.navtext a:link,
.navtext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dbc8a4;
	text-decoration: none;
}
.navtext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dbc8a4;
	text-decoration: underline;
}


.footer,
.footer a:link,
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbc8a4;
	text-decoration: none;
	}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbc8a4;
	text-decoration: underline;
	}
	
/* Used for accordian script	*/
.technology{ /*header of 2nd demo*/
	font-family:Arial, Helvetica, sans-serif;
	cursor: hand;
	cursor: pointer;
	font: bold 16px;
	margin: 0px 0;
	}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: dbc8a4;
	}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: dbc8a4;
	}
