#fons {
        position: absolute;
        top: 250px;
        left: 2%;
        }

#contingut {
        position: absolute;
        top: 0px;
        left: 30%;
        right:5%;
        }

#menu {
        position: fixed;
        top: 10px;
        left: 2%;
        right:75%;
        background-color: #000088;
        }

#menu h5 {
        color: #fff;
        font-size: large;
        padding: 2px;
        }

#menu a {
        display:block;
        font-size: large;
        padding: 6px;
        text-decoration: none;
        }
#menu a:link {
        color:yellow;
        }        
#menu a:visited {
        color: yellow;
        }        
#menu a:hover {
        color:red;
        }        

#menu a:hover.current {
        color:#000088;
        }
#menu a:active {
        color:yellow;
        }        

a:link {
        color: black;
        background-color: transparent;
        text-decoration: none;
        }
a:visited {
        color: black;
        background-color: transparent;
        text-decoration: none;
        }
a:hover {
        color: red;
        background-color: transparent;
        text-decoration: none;
        }
a:active {
        color: black;
        background-color: transparent;
        text-decoration: none;
        }


body {
        margin-right: 8%;
        margin-left: 8%;
        font-size: small;
        background: #FFFFFF;
        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: justify;
        }

h1 {
        font-size: xx-large;
        font-weight: bold;
        color: #000000;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color: #FFFFFF;
        text-align: center;
        text-decoration: underline;
        }

h2 {
        font-size: x-large;
        font-weight: bold;
        color: #000000;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color: #FFFFFF;
        text-align: center;
        }

h3 {
        font-size: x-large;
        font-weight: bold;
        color: #000000;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color: #FFFFFF;
        text-align: justify;
        list-style-type: square
}

h4 {
        margin-right: 10%;
        margin-left: 10%;
        font-size: large;
        font-weight: normal;
        color: #000000;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color: #FFFFFF;
        text-align: center;
        }

blokquote {
        padding-right: 2%;
        padding-left: 2%;
        padding-top: 0px;
        padding-bottom: 2px;
        font-style: normal;
        font-weight: normal;
        text-align: justify;
        border-top-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-right-width: thin;
        border-color: #326565;
        border-style: dashed
        }

ul {
        list-style-image: url(cdrom.png);
        list-style-position: outside;
        }

li {
        margin-bottom: 3px;
        margin-top: 3px;
        font-size:x-large;
        }

ul ul {
        list-style-type: square;
        font-size: x-small;
        list-style-image: none;
        list-style-position: outside;
        }

