


#TonyAsId {
	color: maroon;
	font-weight: normal;
	font-size: 0.8em;
	font-family: verdana, arial, serif;
	font-style: normal;
	border: 0.75px solid blue;
	padding: 15px;
	margin: 1em 1em 15px 15em;
	text-align: justify;
}

.TonyAsClass {
	color: teal;
	font-weight: bold;
	font-size: 0.8em;
	font-family: "comic sans ms", arial, serif;
	font-style: normal;
	border: 3px dotted red;
	padding: 15px;
	margin: 1em 3em 10px 0.5em;
	text-align: justify;
}

#NaviAsId {
	color: maroon;
	font-weight: normal;
	font-size: 0.8em;
	font-family: verdana, arial, serif;
	font-style: normal;
}

.NaviAsClass {
	color: teal;
	font-weight: bold;
	font-size: 1em;
	font-family: tahoma, "comic sans ms", serif;
	font-style: normal;
	text-decoration: normal;
	
}

