body {
    padding: 50px;
    font-family: "Courier New", Courier, mono;
    font-size: 36px; font-weight: bold
}

span.blue {
    color: blue;
    text-decoration: none
}

a {
    color: blue; text-decoration: underlined
}

a:hover {
    padding: 20px;
    color: white;
    background-color: blue;
    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: 16px;
    border: 5px solid black;
    padding: 5px 5px 5px 15px;
	text-align: justify;
}

div.sub {
    text-align: center;
    letter-spacing: 1px;
    border: none;
    font-size: 12px; font-weight: light    
}
