body.all{
	background-color: Black;
	margin-top :  0px;
}
table.table {
	background-color: Black;
	font-size :  10px;
	font-style :  normal;
	font-weight : bold;
	font-family : Verdana;
	color: #F0EFEE;
	text-align: center;
}

	
td.right {  
    background-color: black;
	font-size :  10px;
	font-style :  normal;
	font-weight : normal;
	font-family : Verdana;
	color: #FFE151;
    border :  none;
	
	}
td.left {  
    background-color: Black;
	font-size : 10px;
	font-style :  normal;
	font-weight : normal;
	font-family : Verdana;
	color: #F0EFEE;
	border :  none;
	}
td.image {  
	font-size :  10px;
	font-style :  normal;
	font-weight : normal;
	font-family : Verdana;
	color: #FFE151;
    border :  none;
	
	}

A:link  { 
   color: #D7D5D4 ;
   text-decoration: none;
   font-weight: normal;}    /* nenavštívený odkaz */
 A:visited {
   color: #D7D5D4; 
   text-decoration: none;
    font-weight: normal;}    /* navštívený odkaz */
  A:active { 
    color: #D7D5D4;
    text-decoration: none;
   font-weight: normal;}    /* aktivní odkaz */
  