body {
    font-family: georgia,helvetica,arial,sans-serif;
    color: black;
    background-color: #d7d7d7;
    margin-left: 0;
    margin-top: 0; 
}

a:link {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #009ee0;
    text-decoration: underline;
}

a:visited {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #009ee0;
    text-decoration: underline;
}

a img {
border: none;
}

h3{
    font-size: 10pt;
}

.titlebartable { 
    text-align: center; 
    width: 90%; 
}

.titlebar {
    vertical-align: top; 
    height: 0%; 
    background-color: #d7d7d7;
    font-weight: bold; 
    font-size: 350%;
    color: #009ee0;
}

.subtitlebar {
    vertical-align: top; 
    background-color: rgb(194, 134, 00);
    color: rgb(255, 255, 204); 
    font-weight: bold;
    font-size: 200%;
}

.maintable {
    width: 90%; 
    height: 100%;
}

.menu {
    vertical-align: top; 
    width: 20%; 
    text-align: left; 
    background-color: #d7d7d7;
    color: #d7d7d7; 
    font-weight: bold;
    padding: 1em;
    padding-top: 2em;
    font-size: 80%;
}


.text {
    vertical-align: top; 
    text-align: justify;
    background-color: #d7d7d7;
    padding: 2em;
    padding-top: 1em;
}

table.horari{
border-collapse: collapse;
}

*/
.photo{
    border: 3px solid; 
}
*/

/* afegeixo columnes */

<style>
#columns{ width: 600px;}

#columns .column{
position: relative;
width: 46%;
padding: 1%;
border: solid 1px #000;
}

#columns .left{ float: left; }
#columns .right{ float: right; }

/* acaben les columnes */

