
a
{ 
  text-decoration: none; 
  color: blue 
}

a:hover
{
  color: #4000B0;
  font-style: italic
}

body { background: white }

div.c1 { text-align: center }

div.c2 { text-align: center }

h1, h2, h3, h4, h5, h6 
{
  font-family: sans-serif
}

h1.c1 { text-align: center }

img { vertical-align : text-top }

span.c1 
{
  color:       #4000C0;
  font-family: sans, helvetica
}

td { font-family : sans-serif }

ul { list-style-type : disc }

.box 
{ 
  background:   #EEFFFF;
  border:       solid;
  border-width: thin 
}

.nou 
{ 
  background: blue;
  color:      yellow 
}

.novetat 
{ 
  background:    yellow;
  border:        black;
  border:        solid;
  border-width:  thin;
  color:         purple;
  margin-bottom: 0.5ex
}
