BODY       {
	background-color: ##66CCFF;
	margin: auto;
}

.design {
	color : #000;
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 12px;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
}
a.design:link {
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 12px;
	color: #000048;
	text-decoration: none;
}
a.design:visited {
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 12px;
	color: #000048;
	text-decoration: none;
}
a.design:hover {
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 12px;
	color : #D50000;
	text-decoration: none;
}


a:link {
	font-family : Verdana;
	font-size : 14px;
	color:"black";
	text-decoration: none;
}

a:visited {
	font-family : Verdana;
	font-size : 14px;
	color: #000048;
	text-decoration: none;
}

a:hover {
	font-family : Verdana;
	font-size : 14px;
	color : #D50000;
	text-decoration: none;
}

.navigace {
	border-bottom : 1px solid #666666;
	font-size : 11pt;
	font-family : Arial, Helvetica, sans-serif;
	width : 200px;
	padding : 3px 0px;
	color : #030;
	margin : 0px;
	display : block;
	font-weight: bold;
	font-style: normal;
}

a.navigace:link {
	color: #000048;
	text-decoration: none;
}

a.navigace:visited {
	color: #000048;
	text-decoration: none;
}

a.navigace:hover {
	color : #D50000;
	text-decoration: none;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
}

