/* body attributes */
body {
	background: #ffffff;
	color: #778899;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	cursor: crosshair;
	margin: 30 0;
}
/* table attributes */
table {
	color: #778899;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}
/* img border=none */
img {
	border: solid 0px#ffffff;
}
.photo {
	border: solid 1px #ffffff;
}
/* link effects */
a:visited, a:active, a:link {
	color: #778899;
	text-decoration: none;
	cursor: crosshair;
}
a:hover {
	color: #cddae3;
	text-decoration: none;
	cursor: crosshair;
}

/* MENU LINK EFFECTS */
/* default */
#menu { 
	display: block;
	padding: 5px;
	border-bottom: 1px solid #000000;
	background: #ffffff;
	color: #787775;
	font-weight: bold;
	cursor: crosshair;
}
/* mouse-over */
#menu:hover { 
	display: block;
	padding: 5px;
	border-bottom: 1px solid #000000;
	background: #ffffff;
	color: #787775;
	font-weight: bold;
	cursor: crosshair; 
}