/* this style sheet defines the basic style for Japanese press releases */

/* work-around for buggy Netscape Navigator for Mac :-< */

body {
  font-family: sans-serif;
/*  font-family: "MS UI Gothic", Osaka, sans-serif;*/
/*   font-family: Osaka, sans-serif; */
  color: black;
  background: white;
}

/*
*[lang~='el'] { font-family: sans-serif; }
*/

p, dl, dt, dd, ul, ol, li {
/*  line-height: 150%; */
}

p {
  text-indent: 1em;
}

p.noindent, div.header p, p.icon {
  text-indent: 0;
}

a:link, a:active {
  color: #00E;
  background: transparent;
}

a img {
  border-style: none;
  color: #FFFBF0;
/*   color: white; */
}

a:visited {
  color: #529;
  background: transparent;
}

.navbar {
  text-align: center;
}

table.navbar {
  display: table;
  text-align: center;
}

div.intro {
  margin-left: 5%;
  margin-right: 5%;
  font-style: italic
}

pre {
  font-family: monospace
}

img.icon { 
  border-style: none
}

ul.toc {
  list-style: none
}

div.issue {
  padding: 0.5em;
  border: none;
  margin-right: 5%;
}

.hideme { display: none }
