@charset "iso-8859-2";
/* CSS Document */
body, html{
	padding:0px;
	margin:0px;
        text-align: center;
        height:100%;
	}
div,td{
	font-family:Verdana, Arial;
	color:#000000;
        font-size:11px;
        margin: 0px;
        padding: 0px;
        }
a{
	color:#000000;
	text-decoration:underline;
	}
a:hover{
	color:#e1e1e1;
	}
A:link, A:visited {
        text-decoration: none }

td a {
	padding: 1.5px 1px;
	color: #fff;
	text-decoration: none;
}
td a:hover {
	color: #CCC;
}

