body {
margin:0;
padding:0;
min-height:768px;
min-width:1024px;
background-color:#fff;
font-family: "Lora", serif;
font-size:12pt;
}

form {
    margin:0;
    padding:0;
}

p {
    margin-bottom:2em;
    padding:0;
    line-height:1.6em;
}

a, a:visited {
    font-family: "Lora", serif;
    color:#222;
}

div {
    box-sizing:border-box;
}

h1, h2, h3, h4 {
    margin:0px;
    padding:0px;
    line-height:1.6em;
}

#header {
    position:absolute;
    top:100px;
    left:94px;
    width:400px;
    height:100px;
    z-index:2;
    font-family:"Open Sans";
    font-size:12pt;
}

#footer {
    bottom:0px;
    left:0px;
    z-index:3;
    height:50px;
    width:100%;
    background-color:rgba(0,0,0,0.8);
    color:#fff;
    padding:15px 60px 15px 180px;
    font-family:"Open Sans";
    font-size:70%;
}

#footer a {
    color:#fff;
    font-family:"Open Sans", sans-serif;
}

big {
    font-size:180%;
}

small {
    font-variant:small-caps;
    letter-spacing:3px;
    font-size:105%;
}

small.Number {
    font-size:90%;
    letter-spacing:2px;
}

strong{
    font-family:"Open Sans";
    color:rgb(255,100,100);
}

button, input {
    font-family:"Open Sans", serif;
    padding:7px;
    outline:0;
    font-size:80%;
    border:0px;
    border-radius:2px;
}

button {
    background-color:rgb(120,0,0);
    padding:7px 10px 8px 10px;
    color:#fff;
    border-radius:10px;
    cursor:pointer;
}

var {
    font-style:normal;
}
