/* styly pro screen media */
  @import url("main.css");
  @import url("menu.css");
  @import url("content.css");
/* styly pro starší prohlížeče ktere nedokazou importovat styly */
body {
	font-family: "Trebuchet MS", verdana, tahoma, "Arial CE", arial, sans-serif;
  color: #333;
}
#wrap {
	font-size: 100%;
}
#content a:link {
  color: #ff8c00;
}
#content a:visited {
	color: #FCA95E;
}
#content a:hover, a:active {
	color: #555;
}
