.partition {
	color: black;
	font-family: arial;
	font-weight: bold;
	width: 275px;
	position: absolute;
	z-index: 1;
	margin: auto;
	padding:12px;
	font-size: 16pt;
	text-align: center;
	visibility: hidden;
	border: 4px solid #603B19;
}

.writing {
	background-color: #AAD037; 
	top: 310px;
	left: -300px;
}

.carpentry {
	background-color: #FEDC4E; 
	top: 50px;
	left: -320px;
}

.webstuff {
	background-color: #D66FAC; 
	top: 330px;
	left: 415px;
}

.printstuff {
	background-color: #F68B1F; 
	top: 70px;
	left: 450px;
}

.linestyle {
	background-color: #603B19;
	position: absolute;
	z-index: 1;
	margin: auto;
	visibility: hidden;
}

td.select {
	border: 2px solid #603B19;
	width: 180px;
	text-align: center;
	padding: 2px;
	border: 4px solid #603B19;
	font-weight: bold;
}

td.unselect {
	border: 2px solid #603B19;
	width: 180px;
	text-align: center;
	padding: 2px;
	border: 2px solid #603B19;
	font-weight: normal;
}

td.heading {
	border: none;
	padding: 0px;
	width: 400px;
	border-spacing: 0px;
}

table.menu {
	border-spacing: 8px;
}

a.menuLink {
	text-decoration: none;
	color: black;
}

a.sourceLink {
	color: black;
}




