/* HTML */

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

li ul {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* MENU LIST */

#List {
	position: absolute;
	top: 15px;
	left: 15px;
}

.xList {
	padding: 3px 5px 3px 5px;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
}

.xList a {
	color: #FFF;
	text-decoration: none;
}

.xList a:hover {
	color: #FFF;
	text-decoration: none;
}

/* PROJECTS */

.extended {
	padding: 5px;
	background: #FFF;
	width: 775px;
}

.extendedTextOnly {
	padding: 5px;
	background: #FFF;
}

.description {
	width: 380px;
	font-size: 12px;
	line-height: 15px;
	padding-right: 10px;
}

.slideshow {
	width: 380px;
}

.slideshowbtns {
	font-family: Arial, sans-serif;
	font-weight: bold;
	background: #FFF;
	padding: 1px;
	font-size: 10px;
}

.pagelink {
  cursor: pointer;
  cursor: hand;
}

.pagelink:hover {
	text-decoration: underline;
}
