<!-- styl textu -->

div {
text-decoration : none;
font-family : verdana, helvetica CE, arial CE, sans-serif;
font-style : normal;
font-size : 80%;
line-height : 110%;
text-transform : none;
}

p, ul, ol {
color: black, red;
text-decoration: none;
font-family: verdana, helvetica CE, arial CE, sans-serif; 
font-style: normal;
font-size: 80%;
line-height: 110%;
text-transform: none;
text-align: justify, left, center, right
}

h1 {
color: black, red;
text-decoration: none;
font-family: verdana, helvetica CE, arial CE, sans-serif;
font-style: italic;
text-align: center;
}
h2, h3, h4 {
color: black, red;
text-decoration: none;
font-family: helvetica CE, arial CE, sans-serif;
font-style: normal;
text-align: left;
}


<!-- styl odkazù v textu, nikoliv v menu -->

a:link {
color: purple
}
a:visited {
color: purple
}
a:active {
color: purple
}
a {
font-family: verdana, helvetica CE, arial CE, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 100%;
line-height: 130%;
text-decoration: underline;
}
a:hover {
color: red
}

<!-- styl odkazù v textu, nikoliv v menu -->

