<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, body {
    margin:0;
}
header {
    background-color: #292A25;
    height: 36px;
    font-family: Arial, Helvetica;
    font-size: 9px;
    text-align: right;
    padding-right: 5px;
}
header a {
    color: #EDEADF;
    text-decoration: none;
    line-height: 36px;
    padding-right: 15px;
}
#title {
    background-color: #082B3E;
    background-image: url(../img/quimica-fisica-vl.png);
    background-position-x: 80px;
    background-repeat: no-repeat;
    height:75px;
    padding-left: 550px;
    padding-top: 60px;
    color: #EDEADF;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 35px;
}
#title a {
    text-decoration:none;
    color: #EDEADF;
}
#contingut {
    background-image: url(../img/fluorescencia.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 260px;
    padding-left: 30px;
    width: 1180px;
    margin: 0 auto;
}
#contingut td {
    vertical-align: top;
}
h1 {
    font-family: Arial;
    font-size: 19.2px;
    color: #013952;
    font-weight: normal;
    margin-bottom: 10px;
}
h2 {
    font-family: Arial;
    font-size: 16px;
    color: #013952;
    font-weight: normal;
    margin-bottom: 10px;
    margin-right: 40px;
    background-color: #dce0e1;

}
#contingut table {
    width: 1150px;
    /*background-color: red;*/
    border-collapse: collapse;
}
#contingut table td {
    border: solid 1px white;
    background-color: #e6eaeb;
    padding: 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #013952;
    padding-left: 20px;
}
td.download {
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    padding: 0;
}
#contingut table th {
    font-family: Arial;
    font-size: 16px;
    color: #013952;
    font-weight: normal;
    padding: 5px 0;
    border: solid 1px white;
    background-color: #c4cdd0;
}
#contingut table.title {
    margin-top: 30px;
}
#contingut table.title th {
    background-color: #a4aaac;
    text-transform: uppercase;
}
#contingut td p {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
}

#contingut a {
    text-decoration: none;
    color: #016CA2;
}

ol {
    padding: 20px;
}</pre></body></html>