body {
	font-family: Verdana;
	font: 12px;
	color : #000000;
	background-color: #808080;
}

table {
	font-family: Verdana;
	font: 12px;
	color : #000000;
}

table.preprava {
	font-family: Verdana;
	font: 12px;
	color : #000000;
	border : 1px solid Black;
	background : #F5F5F5;
}

td.top {
	background-color: Silver;
}

td.in {
	background-color: #DCDCDC;
}

.datum {
	font-family: Verdana;
	font: 9px;
	color : #980000;
	font-weight: bold;
}

a:link {
	font-family: Verdana; 
	font-size: 12px; 
	color: #5C5C5C;
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	font-family: Verdana; 
	font-size: 12px; 
	color: #5C5C5C;
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	font-family: Verdana; 
	font-size: 12px; 
	color: #980000;
	text-decoration: underline; 
	font-weight: bold;
}

input,select,option,submit,buttom,form {
        font-family: "Verdana","Arial","Helvetica","Lucida", "Sans-Serif";
        font-size:12px;
		}