/**
*   Soubor: link.css
*   Popis:  css styl k souboru link.php
*   Autor:  Martin Stuchlík
*   Verze:  1.0 - 10.3.2005 20:01:48
*/
.lnk_section {
	text-decoration: none;
	font-weight: bold;
	color: #39387E;
}
.lnk_section:hover {
	text-decoration: underline;
}
.lnk_name {
	text-decoration: none;
	font-weight: bold;
	color: #39387E;
}
.lnk_name:hover {
	text-decoration: underline;
}
.lnk_mailto {
	text-decoration: none;
	font-weight: bold;
	color: #D31A24;
}
.lnk_mailto:hover {
	text-decoration: underline;
}