.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	font-weight: bold;
}
a:visited {
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.nav a:link {
	font-weight: normal;
	color: #666666;
	text-decoration: none;

}
.nav a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.nav a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;

}

.muffin {
    	visibility: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.imageRight {
	float: right;
	border: 1px solid #CCC;
	margin-left: 5px;
}
