h1 {
    border-style: solid;
    border-color: red;
    border-width: thick;
    font-style: italic;
}
#note{ 
    font-weight: bold;
    color: orange;
}
.odd {
    background-color: beige;
}