body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f2f2f2;
}
a{
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#0099CC;
	text-decoration:underline;
}
A.menu{
	color:#FFCC00;
	font-weight:bold;
	text-decoration:none;
}
a.menu:hover{
	color:#718ABE;
	text-decoration:underline;
}

a.smalllink{
	color:#3366CC;
	font-size:10px;
}
a.biglink{
	color:#3366CC;
	font-weight:bold;
	font-size:17px;
}
.hand_cursor{
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
