@charset "iso-8859-2";
/* CSS Document */

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
}

li {
	margin: 10px 0 0 0;
}

td {
	vertical-align: top;
}

a {
	color: #505050; 
	font-weight: bold; 
	text-decoration: none;
}