.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 0;
background-color: white;
width: 205px;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
text-align:left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #99CCCC;
color: black;
}

.anylinkcss2{
border:0px solid gray;
font:normal 12px Verdana;
z-index: 100;
background-color: white;
width: 153px;
border-bottom-width: 0;
text-decoration: none;
text-align:left;
height:40px;
padding:0px;
}
.anylinkcss2 a{
color: black;
width: 100%;
height:100%;
display: block;
padding: 1px 0;
padding-bottom:0px;
text-decoration: none;
text-indent: 5px;
border-bottom: 0px solid gray;
}

.anylinkcss2 a:hover{ /*hover background color*/
background-color: #99CCCC;
color: black;
}
table.sample {
	border-width: 5px;
	border-spacing: ;
	border-style: solid;
	border-color: #99cccc;
	border-collapse: collapse;
	background-color: white;
		font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
		font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
		font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
}
body {
	background-color: #669999;
}
