/* CSS Document */
body {
  background-color:black;
	background-image:url("podklad.jpg");
  background-repeat: no-repeat;  
  background-position: right top;
  font-size:.8em;

}

a {
	color:white;
	font-size:.8em;
	text-decoration:none;	
	border-left:solid black 10px;
}
a:hover {
	color:gray;	
	text-decoration:underline;
}
a:visited {
	color:#CC9999;
}

table  {text-align:left;vertical-align:top;margin:0px 25px 100px 10px;width:350px;}
