body{ 
  background-color: #F0F2F1;
  color: Black;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, MS Sans Serif;
}

.head{
  background-image: url("pics/head.jpg");
}

.menu{
  background-image: url("pics/menu.jpg");
}

h1{
	color: black;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	font-family: Tahoma, MS Sans Serif;
}

p{
  color: black;
  font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, MS Sans Serif; 
}

em{
  color: black;
  font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-family: Tahoma, MS Sans Serif;

}

.active{
  color: blue;
  font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, MS Sans Serif;
}

.inactive{
  color: black;
  font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, MS Sans Serif;
}

.italic{
  color: black;
  font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-family: Tahoma, MS Sans Serif;
}

.link{
	color: black;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, MS Sans Serif;
}

.copy{
	background-color: #C8C8C8;
  color: black;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, MS Sans Serif;
}

a:link{
	color: blue;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, MS Sans Serif;
	text-decoration: none;
}

a:visited{
	color: blue;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, MS Sans Serif;
	text-decoration: none;
}

a:hover{
	color: Red;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, MS Sans Serif;
	text-decoration: none;
}

.odkaz:link{
	color: blue;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, MS Sans Serif;
	text-decoration: none;
}

.odkaz:visited{
	color: blue;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, MS Sans Serif;
	text-decoration: none;
}

.odkaz:hover{
	color: Red;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, MS Sans Serif;
	text-decoration: none;
}
