/* geral.css */


a[href]:hover { background: #ffffaa }

p {font-size:105%; line-height:110%; }

html, body {
    padding: 1em 1em 2em 40px;
    margin: 0;
    font-size: 11pt;
/*    font-size:88%; */
/*    font-family: 'PT Sans', sans-serif;*/
    font-family: 'PT Serif', serif;
    color:#6d616a;
    line-height: 150%;
    background-color: #FFF8e5;
    background-position: top left;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

h2 { 
    font-style: italic;
}

a:link { 
    background-color: #FFF8e5;
    color: blue;
}

a:visited { 
    background-color: #FFF8e5;
    color: red;
}

.pagebottom {
    min-height: 180px 
}

.bold  {font-size: larger; font-weight: bolder }

.down  {position: relative; bottom: -4px }

/* eof */
