li {
    color: red;
    font-size: 18px;
}

h1 {
    color: red;
    font-size: 28px;
}

h2 {
    color: blue;
    font-size: 24px;
}

p {
    color: black;
    font-size: 14px;
	text-align: justify;
}

a {
    color: #0066cc;         
    text-decoration: none;   
    font-weight: bold; 
}
img {
    width: 800px
    height: auto;             
    border-radius: 5px; 
}

.poudarek {
    background-color: #f0f8ff;
    padding: 10px;
    border-left: 4px solid #0066cc;
    margin-bottom: 15px;
}

a:visited {
    color: #800080;   
}