/*
 * Common definitions for all stylesheets, screen or print.
 */


body { 
  font-family: Georgia, Garamond, Times, "Times New Roman", serif;
  /* font-size: 14px; */
}

body.photopage { 
  text-align: center;
}

body.medium { 
  /* medium-size photos page */
}

.styleswitcher { 
  /* stylesheet switcher panel */
  position: absolute;
  top: 0px;
  left: 0px;
}

a {
  text-decoration: none;
}

.content { 
  font-size: 14px; /* 10px oli liian pieni */
  line-height: 150%;
  text-align: justify;
}

.content h2,
.content h3,
.content p,
.content ul,
.content dl,
.content div {
  font-family: Verdana, Arial, Helvetica, sans-serif; }

.content #index * { 
  font-family: Georgia, Garamond, Times, "Times New Roman", serif;
}

.content h1, .content h2 { 
  text-transform: uppercase;
  text-align: left;
  line-height: 100%;
}

.content .quotation { 
  font-family: Georgia, Garamond, Times, "Times New Roman", serif;
  font-style: italic;
}

.content .quotationauthor { 
  text-align: right;
}

.content dd > p { margin-top: 0; }

img { 
  border: none;
}

td { 
  vertical-align: top;
  padding: 5px 2px 4px 1px;
}

div.images h1 { 
  margin: 70px 0px 0 0px;
  text-align: left; }

div.disc {
  clear: left;
  margin-bottom: 2em; }

div.disc .cover {
  width: 150px;
  float: left;
  margin-bottom: 2em; }