/* style.css - a simple style sheet */
body {
  margin-left: 6%; margin-right: 5%;
  color: black; 
  background: url(pelfons.jpg);
}

h1 { margin-left: -4%;} 
h2 { margin-left: -2%; }
h3,h4,h5,h6 { margin-left: -1%; }


h1 { font-size: 180%; }
h2 { font-size: 140%; }
h3 { font-size: 100%; }

body,p,ul { font-family:   Liberation-sans, Verdana, Arial, Helvetica, Verdana, Comic Sans MS, Arial, sans-serif;
	    font-size: 110%; }
 h1,h2,h3,h4,h5 { font-family: Verdana, sans-serif; }

a:link {
    text-decoration: none;
    color: #000066;
}

a:visited {
    text-decoration: none;
    color: #006666;
}

a:hover {
    text-decoration: underline;
    color: #cc0000;
}



/*********** del moodle metal
body {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    background-color: rgb(210,210,210);
    background-image: url(http://tukey.upf.es/moodle/theme/metal/background.png);
    background-repeat: repeat;
    background-attachment: scroll;
}

td, th, li {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th {
    font-weight: bold;
    background-color: #E8E8E8;
    background-image: url(http://tukey.upf.es/moodle/theme/metal/gradient.jpg);
}

a:link {
    text-decoration: none;
    color: #000066;
}

a:visited {
    text-decoration: none;
    color: #000066;
}

a:hover {
    text-decoration: underline;
    color: #cc0000;
}

**************/
