#sticker {

position: absolute;
top: 0px;
left: 0px;

}

td.menu {
	padding-left: 19px;
	font-size: 7pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.content {
	font-size: 7pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.bold {
	font-weight: bold;
}

a.list:link, a.list:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.list:active {
	color: #FFCC00;
	text-decoration: none;
}

a.list:hover {
	color: #FFCC00;
	background-color: #000000;
}

a.listc:link, a.listc:visited, a.listc:active {
	color: #000000;
	text-decoration: none;
}

a.listc:hover {
	color: #FFFFFF;
	background-color: #000000;
}

html { 
        overflow: -moz-scrollbars-vertical; 
}

