body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: black;
	font-family: verdana, arial;
	font-size: 10px;
}

/* general table style */
td
{
	font-family: Verdana, Arial, Serif;
	font-size: 10px;
	font-weight: 100;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	border-color: #DEDEDE;
	border-width: 0px;
	border-style: solid;
}


/* links style */
a:link
{
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #FF0;
	text-decoration: none;
	font-weight: bold;
	background-color: black;
}

