a:link{color: #FFE6E6;}
 a:visited{color: #FFE6E6;}
 a:hover {color: #FFFF33;}
 .dlLink{
 	font-size:20px;
 	font-family:verdana,arial,helvetica,sans-serif;
 	}
 /*dictionary tagls */
 dt{color:FFe6e6;font-size:20px;font-weight:normal;font-family:verdana,arial,helvetica,sans-serif;margin-top:12px;}
 dd{color:white;font-size:-19px;font-weight:normal;margin-left:25px;margin-top:6px;}
 em{color:#FFFF33;font-size:large;font-weight:bold;font-family:Courier New,monospace,LucindaConsole;margin-top:6;text-decoration:none;font-style:normal}
*/

 	/*Body text is the same, but in sans-serif type*/

 h2{color:#FFFF80;font-size:20px;font-weight:bold;align-content:center;font-family:Georgia,Times New Roman, serif;margin-top:6;}
 
/*Start Here*/
p {
    text-indent: 50px;
}

/*For Header*/ 
#rightGreeting{
	position: absolute;
	top:10px;
	right: 10px;
}
#navBar{
	position: absolute;
	top:110px;
	left:40px;
}
#typeBar{
	position:relative;
	left:40px;
}
#tdContent{
	position:absolute;
	top:185px;
	left:10px;
	right:10px;
}
#imgMe{
	position:absolute;
	top 15px;
	left:570px;
	visibility:hidden;
}
.rightGreeting{
	position:absolute;
	left:300;
	top:30;
} 
/*for modals*/
ul.n{
	list-style-type:none;
}

#navTypes{
position:absolute;
left: 200px;
right:100 px;	
}
#navTest{
position:absolute;
left: 200px;
right:100 px;	
}
#divTest{
	display:none;;
}

#divHome{
	position:absolute;
	left 30px;
	font-size:18px;
	margin-top:20px
	margin-bottom:20px;
}
#tdContent{
	margin-left:25px;
}

 /* CSS for the "TopNav" */
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    margin: 0;
    padding:0;
    empty-cells: hide;
    align-content:center;
    overflow: hidden;
    background-color:#FFE6E6;
}

/* Float the list items side by side */
ul.topnav li{ 
	float: left;
	padding-top: 20;
   	 padding-bottom:20;
   	 padding-left:0;
	
}

/* Style the links inside the list items */
ul.topnav li a {
    /*display:table-cell;*/
    color: #2E2EB8;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    empty-cells: hide;
    align-content:center;
}

/* Change background color of links on hover */
ul.topnav li a:hover {
	background-color: #2E2EB8;
	color:yellow;
	text-decoration:underline;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/*End CSS for the TopNav */ 
 
 