
/* background for all pages */
body {
	background-image: url('TdM/picts/JuntaAndalousia-BG0.jpg');
}

/* a few common characteristics of images */
img {
  border: 2px solid deepskyblue
}

/* web headers */
a.webheadlink {
  font: italic small-caps bold 1.5em/3em sans-serif;
  color: forestgreen;
  text-decoration: none;
  text-align: center;
}
div.webheadnote {
  font-size: small;	
  text-align: center;
}

/* couple of entries for the rent calculator */
TD.label
{
    MARGIN-TOP: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    WIDTH: 30px;
    COLOR: black;
    FONT-FAMILY: Arial;
    HEIGHT: 16px;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: center
}
A.cal
{
    TEXT-DECORATION: none;
    COLOR: #000000
    FONT-FAMILY: Arial;
    FONT-SIZE: 16px;
}


