/* CSS Document */
@charset "iso-8859-2";
body {	
	margin: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

a:link {color: #666666; text-decoration: underline;}
a:visited {color: #666666; text-decoration: underline;} 
a:hover {color: #666666; text-decoration: none;} 
a:active {color: #666666; text-decoration: none;} 
