/* Генерални параметри за сите страници*/
body {margin:10px; font-family: Verdana, Tahoma, Arial, sans-serif; font-size:small;}

/* За menu.php */
nav {width:1280px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	/*background-color: #765;*/
}
nav a{height:32px;
    float: left;
    border-right:1px solid white;
	display: block;
    color: white;
    text-align: center;
	vertical-align:middle;
    padding: 14px 16px;
    text-decoration: none;
	background-color: rgb(80,80,40);
	/*background-color: #543;  rgb(80,80,40)*/
}
nav a:last-child {border-right: none;}



/* За cas.php */
#tbl_sostojba_cas {color:black; border-spacing: 0;}
#tbl_definiraj_cas {border-spacing: 0;}

/* За email.php */