@charset "UTF-8";
/** 
 * learningP.css 
 * used with LearningProcess.html 
 * @author Ryan Winger
 * Modified by Johan Baer
 */

h1 { text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; }
#arrow1 { position:relative; left:50%; }
#arrow2 { position:relative; left:50%; }
#arrow3 { position:relative; left:50%; }
#arrow4 { position:relative; left:50%; }
#arrow5 { position:relative; left:50%; }
td { width:20%; }
.shape { cursor:pointer; cursor:hand; }
#preparationText { visibility: hidden; }
#inputText { visibility: hidden; }
#processingText { visibility: hidden; }
#storageText { visibility: hidden; }
#outputText { visibility: hidden; }

#body {
	height:auto;
	width:auto;
}

.learning_p {
	text-decoration:none;
	line-height:normal;
	width: auto;
	margin-right: 10%;
	margin-left: 10%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

p {
	line-height:15px;
	position:relative;
	top:-9px;
	margin-top:8px;
	margin-bottom:8px;
	cursor:pointer;
	cursor:hand;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
ul.group { position:relative; top:-9px; }
.def { font-weight:700; color:#330000; }
