@charset "utf-8";

/* CSS Document */

html, body{
	background-image:url(images/bg.jpg);
	font-size:14px;
}

.meniu{font-family:tahoma;
font-size:16px;
}

a:link {
text-decoration: none;
color: #000000;
}
a:visited {
text-decoration: none;
color:#000000;
}
a:hover {
text-decoration: none;
color:#CCCCCC;
}

