
body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px; background-color: blue; color: white; text-align: center;
}

h1 {
    font-size: 2em; color: red; letter-spacing:0.5em;
    border-style: dashed;
    border-width: 3px;
    
    border-color: red;

}

h2 {
    font-size: 1.5em; background-color: black; color: red;
    margin: 20px;
    padding: 5px;

}

h3 { font-size: 1em; letter-spacing: 0.5em; border-style: dotted;  border-width: 1px; border-colour: red; color: red;  margin-left: 600px;margin-right: 600px;
    padding: 5px; }
 
a {
    text-decoration: underline; color: red;
}


strong {
    font-style: italic;
    text-transform: uppercase;
}
