/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/05/2014, 19:29:30
    Author     : Danielle Beatriz
*/

* {
    margin:0;
    padding:0;
}

html, body {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
}

body {
    height: 100%;
    min-width: 971px;
    background: #eee;
    color: black;
    font-family: helvetica,arial;
    font-size:14px;
    margin: 0;
}
a {
    color: #6b5832;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #d25100;
    text-decoration: none;
}
a img {
    border:none;
}
h1, h2, h3, h4 {
    font-weight: normal;
    margin-bottom:0.5em;
}
h1 {
    background:#fff;
    color: #003d4c;
    font-size: 100%;
}
h2 {
    background:#fff;
    color: #e32;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 190%;
}
h3 {
    color: #2c6877;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 165%;
}
h4 {
    color: #993;
    font-weight: normal;
}
ul, li {
    margin: 0 12px;
}
p {
    margin: 0 0 1em 0;
}
