body {
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: small;
    color: #FFA500;
    background-color: #800000;
}

/*
#FFA500 == orange
#800000 == maroon
*/

th              { font-family: arial, helvetica, geneva, sans-serif; font-size: small; font-weight: bold; color: black; background-color: darkGray; }
td              { font-family: arial, helvetica, geneva, sans-serif; font-size: small; }
td a            { font-family: arial, helvetica, geneva, sans-serif; font-size: small; font-weight: bold; }
form            { font-family: arial, helvetica, geneva, sans-serif; font-size: small; }
input           { font-family: arial, helvetica, geneva, sans-serif; font-size: small; }
input.textfield { font-family: arial, helvetica, geneva, sans-serif; font-size: small; color: black; background-color: white; }
select          { font-family: arial, helvetica, geneva, sans-serif; font-size: small; color: black; background-color: white; }
textarea        { font-family: arial, helvetica, geneva, sans-serif; font-size: small; color: black; background-color: white; }
h1              { font-family: arial, helvetica, geneva, sans-serif; font-size: large; font-weight: bold; }
p               { font-family: arial, helvetica, geneva, sans-serif;                   font-weight: bold; }
label           { font-family: arial, helvetica, geneva, sans-serif; font-size: small; font-weight: bold; }

a:link          { font-family: arial, helvetica, geneva, sans-serif; font-size: small; text-decoration: none; color: #FFCC66; }
a:visited       { font-family: arial, helvetica, geneva, sans-serif; font-size: small; text-decoration: none; color: #FFCC66; }
a:hover         { font-family: arial, helvetica, geneva, sans-serif; font-size: small; text-decoration: underline; color: #FF8040; }
.shadowedLink   { font-family: arial, helvetica, geneva, sans-serif; font-size: small; font-weight: bold; text-decoration: none; color: #800000; background-color: #FFCC66; }

.presentacio    { text-align: justify; }

/* Classe per la cel.la que conte la barra de navegacio */
.barraNavegacio { background-color: forestGreen; font-weight: bold; }

/* Classe per anotacions/aclaracions */
.nota            { font-size: x-small; }

/* Classe per la cel.la que conte la barra inferior */
.barraInferior td   { font-size: small; color: #C68100; }
.barraInferior a    { font-size: small; color: #C68100; text-decoration: underline }
.barraInferiorPetit { font-size: small; color: #C68100; }

/* Classe per l'index */
.index          { font-family: Garamond, Courier; font-size: large; color: #FFA500; font-weight: bold; text-decoration: none;}
.index a        { font-family: Garamond, Courier; font-size: medium; color: #FFA500; font-weight: bold; text-decoration: none; }
.index p        { font-family: Garamond, Courier; font-size: medium; color: #FFA500; font-weight: bold; text-decoration: none; }

/* Classe per les etiquetes que no formen part d'un form, identic a label */
.etiqueta        { font-family: arial, helvetica, geneva, sans-serif; font-size: small; font-weight: bold; }

/* Classes per mostrar_llibres */
.llistatLlibresParell { font-family: arial, helvetica, geneva, sans-serif; font-size: small; color: black; background-color: #DDDDDD; }
.llistatLlibresSenar  { font-family: arial, helvetica, geneva, sans-serif; font-size: small; color: black; background-color: #CCCCCC; }
/* Els enllaços dins la taula no haurien de tenir el color #FFCC66 */
.llistatLlibresParell a         { color: blue; }
.llistatLlibresParell a:visited { color: #800080; }
.llistatLlibresSenar  a         { color: blue; }
.llistatLlibresSenar  a:visited { color: #800080; }

.llibreParell         { font-family: garamond, arial, helvetica, geneva, sans-serif; font-size: medium; color: black; background-color: white}
.llibreSenar          { font-family: garamond, arial, helvetica, geneva, sans-serif; font-size: medium; color: black; background-color: #DCDCDC}
.llibreParell a         { color: black; }
.llibreParell a:visited { color: black; }
.llibreSenar  a         { color: black; }
.llibreSenar  a:visited { color: black; }

/* Classes per mostrar_llibre */
.llibre          { font-family: garamond, arial, helvetica, geneva, sans-serif; font-size: medium; color: black; background-color: white}
.autor           { font-weight: bold; }
.bibliografiaT   { font-family: versalles, arial, helvetica, geneva, sans-serif; font-size: medium; }
.procedenciaT    { font-family: versalles, arial, helvetica, geneva, sans-serif; font-size: medium; }
.numero          { font-weight: bold; font-size: large}
.titol           { font-family: versalles, arial, helvetica, geneva, sans-serif; font-size: medium; }
 {
; }
.error           { background-color: yellow; color: red; }

.email          { background-color: white }
.email td       { font-family: arial, monospace; font-size: medium; color: black; background-color: white }
.email th       { font-size: normal; color: black; background-color: darkGray }

.formulari {
    border: groove;
    border-width: medium;
    border-color: #2CB62C;
    background-color: forestGreen;
    -moz-border-radius: 10px;   /* !! opcio no estandar: nomes per Mozilla */
}

table      {
    border-top: 1px;
    border-right: 1px;
    border-left: 1px;
    border-bottom: 1px;
}

th         {
    border-top: 1px;
    border-right: 1px;
    border-left: 1px;
    border-bottom: 1px;
}
td         {
    border-top: 1px;
    border-right: 1px;
    border-left: 1px;
    border-bottom: 1px;
}

/*
td.tab         {
    border-top: 1px solid #999;
    border-right: 1px solid #666;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
table.tab      {
    border-top: 1px solid #999;
    border-right: 1px solid #666;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
a:link          { font-family: arial, helvetica, geneva, sans-serif; font-size: small; text-decoration: none; color: #0000FF}
 background-image: url('./imatges/orig/miniatura_gauss .jpg');
 background-color: #D3DCE3;
 background-color: #BDBDBD;
 background-color: #787878;
 background-color: #F5F5F5;
*/


/* Classes per mostrar_Items */
.llistatItemsParell { font-family: arial, helvetica, geneva, sans-serif; font-size: small; color: black; background-color: #DDDDDD; }
.llistatItemsSenar  { font-family: arial, helvetica, geneva, sans-serif; font-size: small; color: black; background-color: #CCCCCC; }
/* Els enllaços dins la taula no haurien de tenir el color #FFCC66 */
.llistatItemsParell a         { color: blue; }
.llistatItemsParell a:visited { color: #800080; }
.llistatItemsSenar  a         { color: blue; }
.llistatItemsSenar  a:visited { color: #800080; }
