
A  {
	font-family : Arial;
	color : #121f00;
	text-decoration : none;
}

A:Visited  {
	font-family : Arial;
    color:  #121f00;   
}

A:Active  {
	color : red;
	font-family : Arial;
	font-style: italic;
	text-decoration : none;
}

A:Hover  {
	color : red;
	font-family : Arial;
	font-style: italic;
	text-decoration : none;
}

A.mensie  {
	font-family : Arial;
	font-size : smaller;
}

A.inv  {
	color : Blue;
}

.Nelinky {
	font-family : Arial;
	color : #e19c00;
}
.nedokonceneM {
	font-family : Arial;
	font-size : smaller;	
	color : #e19c00;
}

.nedokoncene {
	font-family : Arial;
	color : #e19c00;
}
 
 
P {
  background-color: green;
  }
  
P: Hover {
  background-color: #d0bc8c;
  }

  