body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f4f4f4;
    color: #333;
}
h1 {
    color:grey;
}
h2 {
    color: brown;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

h3 {
    color: #0056b3;
}
ol {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
ol li {
    margin: 10px 0;
}

img {
    display: block;
    margin: 10px 0;
    border-radius: 8px;
}
p {
    line-height: 1.6;
}
a {
    color:green;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: blue;
}
strong {
    color: black;
}
address {
    font-style: normal;
    margin-top: 20px;
    padding: 10px;
    background: #e9ecef;
    border-radius: 5px;
}
hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}
h3 {
    color: #0056b3;
}
h3:hover {
    color: orange;
}
a {
    color: green;
    text-decoration: none;
}
address {
    font-style: normal;
    margin-top: 20px;
    padding: 10px;
    background: #e9ecef;
    border-radius: 5px;
    color: blue;
}
address:hover {
    color:red;
}
footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9em;
    color: blue;
}
footer p:hover {
    margin: 0;
    color:brown
}
li {
    font-weight: bold;
}
p {
    font-weight: bold;
}