html, body, div, p, div p {
		font-family: Georgia, serif;
		color: #666;
		}
	
body div p, body div { /* Full reference for NN4 */
	text-indent: 1em;
	line-height: 1.45em;
	margin-top: 0;
	margin-bottom: 0;
	}

p.intro {
	font-size: regular;
	/*/*/ font-size: regular; /* */ 
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;	text-indent: 0em;
	color: #880000;
	margin-left: 210px;
	line-height: 1.45em;
	}

p {
	font-size: regular;
	/*/*/ font-size: regular; /* */ 
	font-family: Georgia, serif;
	margin-left: 40px;
	margin-right: 40px;
	text-indent: 1.5em;
	line-height: 1.45em;
	}
	
.skill { 
	color: #666; 
	text-decoration: none;
	}

.skill a:link { 
	color:#666; 
	text-decoration: none;
	}
.skill a:hover { 
	color:#002299; 
	background-color:#66CCCC; 
	text-decoration: none;
	}
.skill a:visited { 
	color:#666; 
	text-decoration: none;
	}
	
	
.attribute { 
	color: #666; 
	text-decoration: none;
	}
.attribute a:link { 
	color:#666; 
	text-decoration: none;
	}
.attribute a:hover { 
	color:#990000; 
	background-color:#33FF00; 
	text-decoration: none;
	}
.attribute a:visited { 
	color:#666; 
	text-decoration: none;
	}
	
.intro-skill { 
	color: #880000; 
	text-decoration: none;
	}

.intro-skill a:link { 
	color:#880000; 
	text-decoration: none;
	}
.intro-skill a:hover { 
	color:#002299; 
	background-color:#66CCCC; 
	text-decoration: none;
	}
.intro-skill a:visited { 
	color:#880000; 
	text-decoration: none;
	}
	
	
.intro-attribute { 
	color: #880000; 
	text-decoration: none;
	}
.intro-attribute a:link { 
	color:#880000; 
	text-decoration: none;
	}
.intro-attribute a:hover { 
	color:#990000; 
	background-color:#33FF00; 
	text-decoration: none;
	}
.intro-attribute a:visited { 
	color:#880000; 
	text-decoration: none;
	}

/* Remove highest layer from the list */
#skill1, #skill2, #skill3, #skill4, #attrib1, #attrib2, #attrib3, #attrib4 { /* Hide all the layers */
	position: absolute;
	left: 0;
	height: 200px;
	z-index: 10;
	margin-bottom: 0px;
	vertical-align: bottom;
	visibility: hidden;
	}

#skill3, #attrib3 { /* Hide all the layers */
	position: absolute;
	left: 360px;
	height: 200px;
	z-index: 10;
	margin-bottom: 0px;
	vertical-align: bottom;
	visibility: hidden;
	}
