A                { text-decoration: none }          /* první pøiøazení IE nebere v úvahu */
A                { text-decoration: none;
                        color : #006600 }          /* normalni link */
A:link         { color: #006600 }
A:active         { color: #006600 }
A:hover         { text-decoration: underline }          /* onmouse link - underline */
A:visit         { color: #006600 }

h2 { color: #400080;
        font-weight: bold;
        font-size: 18pt;
        text-decoration: none;
        text-align: center;
         }

h3 { color: green;
        font-size: 18pt;
        text-decoration: underline;
        text-align: center;
         }

.tech { color: purple;         /* <span class="tech">Text Techniky</span> */
        font-size: 12pt;
        font-style: italic;
        font-weight: bold;
        }

.link { color: #006600;         /* <span class="link">Text, co vypada jako odkaz</span> */
        text-decoration: none;
	cursor: hand;
        }