html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    min-width: 950px;
    color: #000000;
    font-family: "lucida grande", "lucida sans unicode", "bitstream vera sans", verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5em;
    _text-align: center;
}

div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li,
table, thead, tbody, tfoot, tr,
form, fieldset,
input, button, textarea{
    margin: 0px;
    padding: 0px;
    zoom: 1;
}

img {
    vertical-align: top;
}

.header{
    position: relative;
    padding: 12px 20px;
}
.header .right{
    position: absolute;
    top: 17px;
    right: 20px;
    color: #cdaa87;
    margin: 0;
    font-size: 15px;
}
.paragraph{
    background: #FFF;
    padding: 5px 20px;
    margin: 0;
    text-align: justify;
}

/*  PARAGRAPHS  */

/*  Paragraph  */

p{
    margin: 12px 0;
}
em, i{
  font-family: georgia, "times new roman", times, serif !important;
}
/*  Headers  */

h1, h2, h3, h4{
    font-weight: normal;
    letter-spacing: -0.5px;
    color: #7F3000;
}

h1, h2{
    letter-spacing: -1px;
}

h1{
    font-size: 18px;
    line-height: 27px;
}

h2{
    font-size: 1.15em;
    line-height: 1.5em;
}

h3{
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 20px 0 15px 0;
}

h4{
    font-size: 1.15em;
    line-height: 1.5em;
    margin: 20px 0 15px 0;
}

/*  Lists  */

ul, ol{
    margin: 15px 30px;
    list-style-position: outside;
}

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

/*  TEXT  */

	/*  Color  */

.black{
    color: #000000 !important;
}

.brown{
    color: #7F3000 !important;
}

.red{
    color: #BF1800 !important;
}

.blue{
    color: #0055AA !important;
}

.green{
    color: #408000 !important;
}

.gray{
    color: #6A6A6A !important;
}

.lightgray{
    color: #949494 !important;
}

.lightbrown{
    color: #C18A68 !important;
}


/*  LINKS  */


a{
    line-height: 21px;
    color: #7F3000;
    border-bottom: 1px dotted;
    text-decoration: none;
}

a:active{
    color: #BF1800;
}

a:hover{
    border-bottom: 2px solid;
}

a:focus{
    outline: 0 none;
    border-bottom: 2px solid;
}

a.borderless{
    text-decoration: none;
    border: none;
}