Загрузка данных


title {
    text-align: center;
}

.title-small {
    font-size: 0.8em;
}

.title-bold {
    font-weight: bold;
    font-size: 1.5em;
    color: red;
}

.title-color {
    color: #0077cc;
    font-size: 1.7em;
}

.paragraph1-large {
    font-size: 1.4em;
    font-family: DejaVu Sans Mono, monospace;
    color: pink;
}

.paragraph1-mono {
    font-family: "Courier New", monospace;
}

.paragraph1-underline {
    text-decoration: underline;
}

.paragraph1-sub {
    vertical-align: sub;
    font-size: 0.8em;
}

.paragraph2 {
    text-align: right;
}

.bold-p2 {
    font-weight: bold;
}

.larger-text-p2 {
    font-size: 2.2em;
    color: purple;
}

.paragraph3-underline {
    text-decoration: underline;
}

.paragraph3-strike {
    text-decoration: line-through;
}

.paragraph3-light {
    font-style: italic;
    color: #999;
}

.subscript {
    vertical-align: sub;
    font-size: 0.8em;
}

.superscript {
    vertical-align: super;
    font-size: 0.8em;
}

.paragraph-frame {
    border: 2px solid black;
    padding: 20px;
    margin: 20px;
}