* {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 140%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    border-width: 0px;
}

body {
    margin: 50px 20px 50px;
}

h1 {
    margin: 0px 20% 10px;
    font-size: 20px;
    font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
    text-align: center;
}

h2 {
    margin: 0px 20% 10px;
    font-size: 16px;
    text-align: center;
}

div.section {
    font-size: 16px;
    margin: 10px 0px 5px;
    letter-spacing: 2px;
}

p {
    text-align: justify;
}

p.right {
    margin: 0px 20px 0px;
    text-align: right;
}

p a {
    color: #268;
    letter-spacing: 2px;
}

p a:hover {
    border-bottom: 1px dashed #268;
}

ul, ol {
    margin: 5px 30px 5px;
}

div.figure {
    margin: 10px auto 10px;
    text-align: center;
    display: block;
}

div.figure p {
    margin: 5px 20% 5px;
    text-align: center;
}

img {
    margin: 0px 5px 0px;
    clear: both;
}
