/* CSS Document */

* { margin: 0; padding: 0; }
img { border: none; }
html, body { height: 100%; }

body {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #3F392D; 
	background-image:url('bg_kreski.jpg'); 
	}
a:link { color: #666600; text-decoration:none; }
a:visited { color: #3F392D; text-decoration:none; }
a:hover { color: #FFFF99; text-decoration:none; }
a:active { color: #3F392D; text-decoration:none; }