﻿/* letenky.medunka */

body {
	
	background: #EFEFEF;
}	


a:link {
	color: #A0B0FF;
}
a:visited {
	color: #A0B0FF; 
}
a:active {
	color: #A0B0FF;
}
A {
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: orange;
	TEXT-DECORATION: underline;
}
H1, H2 {
	color: lightsteelblue;
	font-size: 20px;
	font-variant: small-caps;
}
H3 {
	color: rgb(0,0,128);
	font-size: 20px;
	font-variant: small-caps;
}
.paticka {
	font-family: "verdana";
	font-size: 10px;
	COLOR: rgb(128,128,128);
	font-weight: bold;
	TEXT-DECORATION: none;
}
#logo {
	width: 950px;
	height: 170px;
	margin: 0;
	background: #fff url("image-levne-akcni-letenky/levne.letenky-logo.jpg") 0 0 no-repeat;
}
#menu {
	
	font-family: Tahoma;
	line-height: 120%;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0,5px;
	
	

}

#menu li {
	color: lightsteelblue;
}