.em {
font-weight: bold;
font-style: italic;
color: red;
} 



.navlink a:link {
	font-family: Verdana, Geneva;
	font-size : 80%;
	border : 1px outset gray;
	padding: 5px;
	text-decoration : none;
	color: #000000;
	font-weight : bold;
	margin: 5px;
	display: block;
	width: 90%;
}
.navlink a:visited {
	font-family: Verdana, Geneva;
	font-size : 80%;
	border : 1px outset gray;
	padding: 5px;
	text-decoration : none;
	color: #000000;
	font-weight : bold;
	margin: 5px;
	display: block;
	width: 90%;
}
.navlink a:hover {
	font-family: Verdana, Geneva;
	font-size : 80%;
	border : 1px inset black;
	padding: 5px;
	text-decoration : none;
	color: #000000;
	font-weight : bold;
	margin: 5px;
	display: block;
	background-color : #FFFFFF;
	width: 90%;
}

.newh  {
	font-family : Verdana, Geneva;
	font-style : italic;
	letter-spacing : 2px;
	color : #027A65;
	font-weight : bold;
	font-size : 100%;
margin: 0px;
padding: 0px;
}

.highlightyel {
background-color: #FFFF40;
}
.full-border {
	border : 2px solid #000000;
}
.bl {
border-left: 2px solid #000000;
}

.border-div {
	border : 1px dashed #000000;
	margin : 5px;
	padding : 5px;
}