A:hover {
	color : navy ;
	background-color: yellow ;
}

.breadcrumb  {
	text-decoration : none;
	font-size : 80%;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	color : #0000c0;
	font-weight : bold;
}

BODY {
	/* set the basic font rules here */
	font-family : verdana, tahoma, arial, helvetica, sans-serif;
}

div.content {
/* the writing area for the message */
left: 9em ;
top: 150px;
position: absolute;
}

div.content-text {
font-size: 80% ;
}

div.footer {
left: -6.4em ;
top: 3em ;
position: relative;
}

.itallicComment  {
	font-size : 80% ;
	font-style : italic;
}

div.topBanner {
	/* 2mm logo banner */
	position: absolute;
	left: 8.8em;
	top: 14px;
}
div.siteNav {
	/* navigation links position */
	position: absolute;
	left: 4.8em;
	top: 70px;
}