/* popup.css
 * Generic style sheet for tibetangeeks.com popups
 * -> This is loaded *first*, before special stylesheets
 HISTORY:
   19 mar 2007 jw - modified for tibetangeeks site.
 */

/* ===================================================
   ===== { Generic for all pages and page parts: =====
   =================================================== */

/* { main parts: */
body {
  background-color: #ffffff;
  color:       #000000;
  font-family: verdana, helvetica, arial, sans-serif;
  margin:      20px 20px 0px 20px;
}
body#photo {
}

h1 {
  color: #cccccc;
  font-size: 110%;
}

p {
  margin: 5px 0% 0px 0%;
}
p#close {
  font-size:  90%;
  text-align: center;
  margin-top: 20px;
}
div.image {
  display: table;
  margin: auto;
  background-color: #ccff99;
  border: 1px solid #cccccc;
  padding: 12px;
  text-align: center;
}
div.image p {
  font-size: 90%;
}

/* { Links: */
a:link, a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a[name] {
  text-decoration: none;
}
a[name]:hover {
  text-decoration: none;
}



/* e o f */

