
/* Common style properties */

@import url('./archive/styles/org.css');

body {
   margin: 5% 15% 15% 15%;
/*   margin-left:18%;
   margin-right:18%;*/
   background:#000000 url(./archive/images/backgrounds/back_2004_blackgrey.gif) repeat top left;
/*   color:black;*/
/*   font-size:9pt;*/
   /* font-family: FreeMono, Courier, "Courier New", "DejaVu Sans Mono", "Liberation Mono", "Nimbus Mono L", "Lucida Console", "Lucida Sans Typewriter", "Bitstream Vera Sans Mono", Consolas, "Andale Mono WT", "Andale Mono", Monaco, monospace; */
font-family: "Gentium Book", "Gentium Book Basic", "Gentium", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}

div#content {
   background: #ffffff;
   border: 1px dotted gray;
   padding: 2em 5% 2em 5%;
}

h1.title {
   text-align: center;
}

div#org-div-home-and-up {
   text-align: center;
}

.icon-list {
   float: right;
   margin-left: 1em;
   margin-bottom: 0em;
}

.icon-para {
   float: right;
   margin-left: 2em;
   margin-bottom: 1em;
}

.icon-page {
   float: right;
   margin-left: 3em;
   margin-bottom: 2em;
}

/*h1 {
   clear: both;
}*/
