body {
   background: #F2F5FB url("../fons/marblanc.jpg");
   margin: 0px;
   padding-top: 15px; 
   font-size: 100%;
   text-align: justify;
   color: #FFCC00;

   /* El borde negre més extern */
   border-style: solid;
   border: 6px solid black;
}

img
{
   border: 0;
}

#round {
   background: #880000;
        min-width: 500px;
        max-width: 900px; /* Per a encaixar bé en pantalles de 1024x768 */
   background-image: url("../fons/bubbleh.jpg");
   margin: auto;
   margin-bottom: 300px;  /* Per a anuncis que eren afegits al final*/
   position: relative;
   border-style: outset;
   border-width: thin;
}

#page {
   clear: both;
   margin: 0;
   padding-top: 50px;
   padding-left: 30px;
   padding-right: 30px;

}


/*  Colors predeterminats d'enllaços */

    A:link    { text-decoration: none; color: #FFCC00;}
    A:visited { text-decoration: none; color: #FFCC00;}
    A:active { text-decoration: none; font-weight: normal; color: #FFCC00;}
    A:hover { text-decoration: underline; color: #FFff66;}    

    /*  Enllaços diferents, no usats */
    A.index { color: #333333}

    /* Definicions d'estil dels enllaços.*/
    A.index:link { font-family: Bookman Old Style, Book Antiqua, Brush Script,Windsor}

/*  Default Font - forced */

    div, font, li, ul, p, td{ font-family: "Liberation Serif", "Times New Roman", Times, Garamond, "Dejavu Serif", serif; }


/* De http://www.adobe-masters.com/dreamweaver/ie-showing-how-to-remove-image-blue-link-border-color-dreamweaver/ */

    a img {border: #FFCC00; }

