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

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

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

#menu a {
        display:block;
        font-size: large;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        font-weight: bold;
        }
#menu a:link {
        color:orange;
        }        
#menu a:visited {
        color: Light blue;
        }        
#menu a:hover {
        color:red;
        }        

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

a:link {
        color: #0066FF;
        background-color: transparent;
        text-decoration: underline;
        }
a:visited {
        color: #00EE00;
        background-color: transparent;
        text-decoration: underline;
        }
a:hover {
        color: #EE0000;
        background-color: transparent;
        text-decoration: underline;
        }
a:active {
        color: #EEEE00;
        background-color: transparent;
        text-decoration: underline;
        }
.peu a:link {
        color: black;
        background-color: transparent;
        text-decoration: none;
        }

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

h1 {
        font-size: xx-large;
        font-weight: normal;
        color: #CCCCCC;
        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        background-color: #272727;
        text-align: center;
       
        }

h2 {
        font-size: 30px;
        font-weight: normal;
        color: #000000;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color: #272727;
        text-align: left;
        }

h3 {
        font-size: x-large;
        font-weight: bold;
        color: #000000;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color: #272727;
        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: #272727;
        text-align: center;
        }
	
	
h5 {
        margin-right: 10%;
        margin-left: 10%;
        font-size: 12px;
        font-weight: normal;
        color: #FF9900;
        font-family: Arial;
        background-color: #272727;
        text-align: left;
        }	
	
	
	
	
	
h9 {
        margin-right: 10%;
        margin-left: 10%;
        font-size: large;
        font-weight: normal;
        color: #FF9900;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color: #272727;
        text-align: center;
        }	

blockquote {
        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(imatges/puntblau.png);
        list-style-position: outside;
        }

li {
        margin-bottom: 3px;
        margin-top: 3px;
	margin-left: 10px;
        font-size:normal;
        }

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

p {
        margin-bottom: 6px;
        margin-top: 10px;
        font-size:normal;
        }
.peu {
        font-size: medium;
        font-weight: bold;
        color: #ffffdd;
        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        background-color: #6C8C00;
        text-align: center;
        }
h2 em {
        color: #FF6500;
        font-size: x-large;
        font-style: normal;
        font-weight: bold;
        font-variant: small-caps;
        background-color: #272727;
        }
.centre {
        text-align: center;
        }

