/*CSS Stylesheet*/

/** {border: 1px solid black;}*/

img { max-width: 100%; }

body {
    margin: 0; 
    font-size: 18px;
    line-height: 22px;
    font-family: sans-serif;

}
#wrapper {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.code {
    text-align: left;
    padding: 16px;
    border: 1px solid #333;
    background-color: #C4C4C4;
    font-family: 'Courier', monospace;
    
}
h1 {
    color: #FF7A71;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
}

h2 {
    color: #003480;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
}

h3 {
    color: #003480;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

/* unvisited link */
a:link {
    color: #003480;
}

/* visited link */
a:visited {
    color: #003480;
}

/* mouse over link */
a:hover {
    color: #003480;
}

/* selected link */
a:active {
    color: #003480;
}
