body {
    padding: 50px;
    font-family: "Courier New", Courier, mono;
    font-size: 36px; 
    font-weight: bold;
}

span.red {
    color: red;
    text-decoration: none;
}

span.subtitle {
    color: black;
    text-decoration: none;
    font-size: 36px; 
    font-weight: bold;
}

span.warning {
    border: none;
    font-size: 10px;
    font-weight: light;
}

a {
    color: red;
    text-decoration: none;
}

a:hover {
    padding: 3px;
    color: white;
    background-color: red;
    text-decoration: none;
}

div {
    z-index: 1000;
    background-color: #FFFFFF;
    width: 750px;
    margin: 10px auto 10px auto;
}

div.title {
    text-align: center;
    letter-spacing: 7px;
    font-size: 48px; 
    font-weight: bold;
}

div.text {
    border: 5px solid black;
    padding: 5px 5px 5px 15px;
}

div.text_small {
    font-size: 18px;
    border: 5px solid black;
    padding: 5px 5px 5px 15px;
	text-align: justify;
}

div.sub {
    text-align: center;
    letter-spacing: 0.8px;
    border: none;
    font-size: 12px; 
    font-weight: light;
}
