/*
** Copyright (c) 2000 Giovanni Pensa, O.D.L. srl
*/

body {

  background: #CCE7FF;
  color: #001933;

  font-family:
    "Verdana", "Tahoma",
    "Lucida Sans", "Lucida",
    "Arial", "Helvetica",
    sans-serif;

}

.text {
  width: 48em;
  min-width: 24em;
  max-width: 60em;
  padding: 2em;
}

.text p {
  line-height: 1.2em;
  /* text-indent: 1.2em; */
  /* text-align: justify; */
}


.sc /*, acronym, abbrev */ {
  font-variant: small-caps;
}

.text a:link { color: maroon; }
.text a:visited { color: #003366; }


a:hover { /* background: #FFCC00; */ }

/* TODO */
h1 {
  font-weight: bold;
  color: #003366;
  text-align: center;
}
.ODL {
  font-size: xx-large; /* 72px */
  font-weight: bold;
}
.ODL acronym { /* font-size: 36px; */ }


.contents {
  font-size: x-small;
  /* width: 99%; */
}
.contents td { margin: 0em; padding: .33em .61em; }
.selected { font-weight: bold; background: #336699; color: #FFFFFF; }
.unselected { border: 1px solid #336699; }
.unselectable { color: #336699; }

.contents a { text-decoration: none; }
.selected a { color: #FFFFFF; }
.selected a:link { color: #FFFFFF; }
.selected a:visited { color: #FFFFFF; }
.selected a:hover { color: #FFFFFF; background: none; }

.unselected a { color: maroon; }
.unselected a:link { color: maroon; }
.unselected a:visited { color: maroon; }
.unselected a:hover { text-decoration: underline; }

