/* Per a la pàgina personal seriosa */
/* text */
.nom{
}
.titol{
font: 30pt, sans-serif;
}
.seccio_titol{
font-weight: bold;
}
.seccio_text{
}
a {
color:#000000;
text-decoration: underline;
}
a:hover {
color:#000000;
text-decoration:overline underline;
background-color:#BBFFFF;
}
/* containers */
.fons{
background: url("../imatges/ratllatvermell.gif");
background-repeat: repeat;
font-size:12px;
font-family:Helvetica, Verdana, sans-serif;
color: white;
}
.continguts{
margin:5%;
margin-top:5%;
margin-bottom: 10px;
border: solid #FFFFFF 0px;
clear:left;
}
.capçalera{
padding: 0px;
padding-left: 10px;
margin: 20px;
margin-bottom: 0px;
border: inherit;
}
.cos{
margin: 20px;
margin-top:0px;
border: inherit;
}
.seccio{
background: url("../imatges/ratllatrosa.gif");
background-repeat: repeat;
padding: 5px;
border:inherit;
border-width:thin;
margin-bottom:8px;
background-color: white;
color: red;
}
.peu{
}