body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: black;
}

table .note {
	background-color: #F1F1F1;
	border: 0;
        cellpadding: 0;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: grey;
}

table .menu {
	background-color: #dfdfdf;
	border: 0;
        cellpadding: 0;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

table .menu2 {
	background-color: white;
	border: 0;
        cellpadding: 0;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}


table .entry {
	background-color: #F1F1F1;
	border: 0;
        cellpadding: 0;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: orange;
	text-decoration: underline;
}
a:active {
	color: red;
	text-decoration: none;
}



/* Image Zoom */
.image-zoom2 {
	clear:none;
	-moz-transform: ;
	-webkit-transform: ;
	-webkit-transition: -webkit-transform 0.7s ease-in;
}
.image-zoom2:hover {
	z-index:100;
	position:relative;
	transform: translate(0px,0px) scale(2);
	-moz-transform: translate(0px,0px) scale(2);
	-webkit-transform: translate(0px,0px) scale(2);
	-o-transform: translate(0px,0px) scale(2);
}






