a:link { 
	color: #4444ff;
	text-decoration: none;
	border-bottom: 1px solid #DDDDFF;
	}
a:visited { 
	color: #4444ff;
	text-decoration: none;
	border-bottom: 1px solid #DDDDFF;
	}
/*a:active { 
  border:0px;
	color: #00FFFF;
	text-decoration: none;
	}*/
a:hover { 
  border:0px; 
  color: #e88e00;
  /*text-decoration: underline;*/
  border-bottom: 1px solid #FFCB78;
	}



/* predefinovani pozadi tela */
body 
{
  font-family: Arial, Helvetica, sans-serif;;
  font-size: 10pt;
}

h1 
{
  font-family: Arial, Helvetica, sans-serif;;
  font-size: 12pt;
}

.main-text
{
  text-align: justify;
}

.text-gray
{
	color: Gray;
}